国产一二三四区中,精品无码人妻一区二区三区免费,亚洲欧美日本国产专区一区,欧美成人A激情

軟件故障

在使用window.history.back()后,上一次輸入的內(nèi)容卻不存在的解決方法

時(shí)間:2011-11-13 17:14:49   作者:未知   來源:互聯(lián)網(wǎng)   閱讀:2360   評(píng)論:0
內(nèi)容摘要: .savehistory {behavior:url(#default#savehistory);}<META c name=GENERA...

<HTML><HEAD>
<META content=history name=save>
<STYLE>
  .savehistory {behavior:url(#default#savehistory);}
</STYLE>

<META c name=GENERATOR></HEAD>
<BODY>加了歷史保留功能:<BR><TEXTAREA class=savehistory></TEXTAREA><BR>沒有加的:<BR><TEXTAREA></TEXTAREA>
<P><INPUT onclick='javascript:location.href="http://otcms.com type=button value=點(diǎn)擊進(jìn)入,再按后退鍵試試?> </P></BODY></HTML>

======================
1,先在頭頂加上<META content=history name=save>
2,加上css樣式  .savehistory {behavior:url(#default#savehistory);}
3,在表單的表格上應(yīng)用.savehistory 樣式


標(biāo)簽:history.back  解決方法