⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 produit_sell.asp

📁 不错的进销存管理系统。功能比较全
💻 ASP
字号:
<%
if session("yida_username")="" then
%>
<script language="javascript">
top.location.href="../index.asp"
</script>
<%  
  response.end
end if
%>
<!-- #include file="../conn2.asp" -->
<!-- #include file="../const.asp" -->

<html>
<head>
<title><%=dianming%> - 产品销售</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../style/style.css" rel="stylesheet" type="text/css">
<style>
body {
	background-color:#FFFFFF;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
</style>
</HEAD>

<BODY>
<span class="style1">免费版不提供此功能,请购买商业版!<br>
详情请见:http://www.czyida.cn<br>
咨询QQ:874031633<br>
购买热线:13813558839</span>
<script language="javascript">
function heji()
{
	var temp;
	temp = 0;
	//obj.value = temp.toFixed(2)
	for (i=1;i<=<%=maxproduit%>;i++)
	{
		obj = document.getElementById('shulian'+i);
		//alert(obj.value);
		obj2 = document.getElementById('price'+i);
		temp=temp+obj.value*obj2.value;
	}
	document.all.heji.innerHTML = Math.round(temp*100)/100
}
</script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -