仓酷云
标题:
ASP教程之cookie的功效与购物车
[打印本页]
作者:
仓酷云
时间:
2015-1-16 23:32
标题:
ASP教程之cookie的功能与购物车
使用cdonts,可以发送、查看邮件,实现webmail的功能。结合wsh,可以实现对nt主机的管理,如nt用户管理、iis虚拟主机设置、exchange邮箱设置等等,就像管理本地机一样方便。cookie|购物车cookie的功效与购物车
zif宣布于2000-01-1116:13:00
在网上闲逛,发明一好东东,设法不错的!
可在小型的网上商铺中利用.
自己鄙人面列出源代码,人人好好使用!
好甚么心得,告知我一下哦!
------------------------------------
products.html
<html>
<head>
<title>ClaremontToyworld</title>
<scriptLANGUAGE="JAVASCRIPT">
functionSetCookie(name,price,form){
document.cookie=document.cookie+":"+name+":";
document.cookie=document.cookie+""+":";
document.cookie=document.cookie+price+":";
document.cookie=document.cookie+""+":";
document.cookie=document.cookie+"|"+";";
}
</script>
</head>
<bodytext="#000000"bgcolor="#FFFF00"link="#0000EE"vlink="#551A8B"alink="#FF0000">
<ahref="trolley.html">here.</a>
<tableBORDER="0"CELLSPACING="0"CELLPADDING="0"COLS="3"width="75%">
<tr>
<td><strong>Furby</strong></td>
<td>TheAmazingPet</td>
<td><small>AUD</small>$69.95<fontsize="-2">+<ahref="#Postage">postage</a></font></td>
<td><form>
<p><inputTYPE="BUTTON"VALUE="Addtocart"NAME="Additem1"
onclick="SetCookie(Furby,69.95,this.form);"></p>
</form>
</td>
</tr>
</table>
</body>
</html>
----------------------------------------
trolley.html
<html>
<scriptLANGUAGE="JAVASCRIPT"src="trolley.js">
</script>
</head>
<body>
<tableCOLS=2WIDTH="100%">
<tr>
<td>
</td>
</tr>
</table>
<formname="TrolleyContents"ACTION="formmail.pl"METHOD="POST"><inputtype="hidden"name="email"value="email">
<scriptLANGUAGE="JAVASCRIPT">
tableOfNRows(NumberOfItems(document.cookie,option_separator,item_separator));
</script>
<tableCOLS=4WIDTH="100%">
<tr>
<td><inputtype="button"value="<--Backtoshopping"onclick="window.close();"></td>
<td><inputtype="button"value="Clearshoppingtrolley"onclick="ClearTrolley();"></td>
<td><ahref="#Finalise">Finaliseorder</a></td>
<td></td>
</tr>
</table>
<h1>
<scriptLANGUAGE="JAVASCRIPT">
totalTable();
</script>
</body>
</html>
----------------------------------------
trolley.js
//remtrolley.jssourceCopyrightPrestigeTrainingCentre
option_separator=":";
item_separator="|";
functionNumberOfItems(string,option_separating_char,item_separating_char){
//returnsthenumberoftrolleyitems
if(string==""){
alert("Yourshoppingtrolleyiscurrentlyempty.");
return0;
}
//countthenumberofitemseparators
num_sep_found=0;
num_fin_found=0;
finished=-1;
pos=0;
while(finished!=1)
{
if(string.charAt(pos)==option_separating_char)num_sep_found++;
if(string.charAt(pos)==item_separating_char)
{
num_fin_found++;
if(string.charAt(pos+1)!=option_separating_char)finished=1;
}
pos++;
}
//dividebythenumberofendsfound
num_sep_found=num_sep_found-num_fin_found;
//if(num_fin_found>0)returnnum_sep_found/num_fin_found;
returnnum_fin_found;
}
functionClearTrolley(){
if(confirm("Clearthecontentsofyourshoppingtrolley?"))
{
document.cookie="";
history.back();
}
}
functiongetElement(terminator,index,string){
//findnthterminator
pos=0;
for(inc=1;inc<index+1;inc</p>优点:简单易学、开发速度快、有很多年“历史”,能找到非常多别人做好的程序来用、配合activeX功能强大,很多php做不到的asp+activeX能做到,例如银行安全控件
作者:
海妖
时间:
2015-1-20 09:48
ASP.Net和ASP的最大区别在于编程思维的转换,而不仅仅在于功能的增强。ASP使用VBS/JS这样的脚本语言混合html来编程,而那些脚本语言属于弱类型、面向结构的编程语言,而非面向对象,这就明显产生以下几个问题:
作者:
再见西城
时间:
2015-1-29 06:38
尽管MS自己讲C#内核中更多的象VC,但实际上我还是认为它和Java更象一些吧。首先它是面向对象的编程语言,而不是一种脚本,所以它具有面向对象编程语言的一切特性,比如封装性、继承性、多态性等等,这就解决了刚才谈到的ASP的那些弱点。
作者:
简单生活
时间:
2015-1-30 19:09
它可通过内置的组件实现更强大的功能,如使用A-DO可以轻松地访问数据库。
作者:
兰色精灵
时间:
2015-2-2 21:55
用户端的浏览器不需要提供任何别的支持,这样大提高了用户与服务器之间的交互的速度。
作者:
因胸联盟
时间:
2015-2-8 08:07
我们必须明确一个大方向,不要只是停留在因为学而去学,我们应有方向应有目标.
作者:
谁可相欹
时间:
2015-3-7 15:17
它可通过内置的组件实现更强大的功能,如使用A-DO可以轻松地访问数据库。
作者:
金色的骷髅
时间:
2015-3-15 08:45
Response:从字面上讲是“响应”,因此这个是服务端向客户端发送东西的,例如Response.Write
作者:
深爱那片海
时间:
2015-3-21 22:02
那么,ASP.Net有哪些改进呢?
欢迎光临 仓酷云 (http://ckuyun.com/)
Powered by Discuz! X3.2