在<head>标签内加入:
<meta name="save" content="history"> 然后应用到<input>里面
<input style="behavior:url(#default#savehistory)" name="youname" type="text" id="yourname" size="10" autocomplete="off">
"以前都是用一些Request.cookie来做这个,要不就是用一个<input type=hiden>来保存信息。
博士哥哥给我推荐了一个新的方法,就是用CSS的behavior,而且是超简单的!"请高手解释一下~~
cctv.com这样用的
<a onclick="this.style.behavior='url(#default#homepage)';this.sethomepage(window.location.href);return false" href="http://www.cctv.com/">设为首页</a>