天天看点

#default#savehistory防止后退清空文本框

<HTML>

<HEAD>

<META NAME="save" CONTENT="history">

<STYLE>

  .saveHistory {behavior:url(#default#savehistory);}

</STYLE>

</HEAD>

<BODY>

<INPUT class=saveHistory type=text id=oPersistInput>

<input type=button οnclick='javascript:location.href="http://home.nuc.edu.cn/~arcow"' value='点击进入,再按后退键试试?'>

</BODY>

</HTML>

继续阅读