页面加载的时候重置控件值 <body leftmargin="0" topmargin="0" onload="document.form1.reset()"> 禁用ie中的后退按钮 <body leftmargin="0" topmargin="0" onload="window.history.forward(1)"> 固定表头一 <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body> <div style="overflow: auto; height: 200px"> <table cellspacing="0" border="1"> <tr style="position: relative; top: -1px; background-color: white;"> <th> 表头1</th> <th> 表头2</th> </tr> <tr> <td> zdzhuo</td> <td> zdzhuo</td> </tr> <tr> <td> zdzhuo</td> <td> zdzhuo</td> </tr> <tr> <td> zdzhuo</td> <td> zdzhuo</td> </tr> <tr> <td> zdzhuo</td> <td> zdzhuo</td> </tr> <tr> <td> zdzhuo</td> <td> zdzhuo</td> </tr> </table> </div></body></html> 固定表头二 <html><head> <style type="text/css"> 相关文章: 2022-12-23 2021-09-25 2021-11-02 2021-11-08