以下的css代码可以让ie在被保存时,把输入框例如<input type=”text” />中的值一并保存下来
<style> .saveSnapshot {behavior:url(#default#savesnapshot);}</style>