//在history.back()的时候文本框里的信息不会丢失
<!-- Tell the browser the page is persistent-->
<META NAME="save" CONTENT="history">
<!-- Define the class for the persistent object-->
<STYLE>
    .saveHistory {behavior:url(#default#savehistory);}
</STYLE><!-- The default behavior is to persist form elements.
   When the saveHistory behavior is defined, form elements
   will not persist unless they have a class.
-->
This persists:<INPUT TYPE="text" CLASS="saveHistory">
This does not persist:<INPUT TYPE="text"><p>
<A HREF="http://www.blueidea.com">点一下然后用浏览器返回按钮返回</A>