?? produit_sell.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%> - 產(chǎn)品銷售</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">免費(fèi)版不提供此功能,請購買商業(yè)版!<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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -