回上一頁保留表單的欄位值

<META  NAME="save"   CONTENT="history"> 
<STYLE> 
input,select,textarea{
  behavior:url(#default#savehistory);
}
</STYLE> 
--------------------------------------------------------------- 

注意: meta中必須設置 name=save   content=history

Other