<head>
<style type="text/css">
.sHistory {behavior:url(#default#savehistory);}
</style>
<script language="javascript" type="text/javascript" >
function SetHistory()
{
var txtboxs = document.getElementsByTagName("input");
for (var i=0;i<txtboxs.length;i++)
{
if (txtboxs[i].type=="text")
{
txtboxs[i].className="sHistory";
}
}
}
</script>
</head>
<body>
<table style="width: 805px; border-right: #00ccff 1px solid; border-top: #00ccff 1px solid; border-left: #00ccff 1px solid; border-bottom: #00ccff 1px solid; background-color: #f9f9f9;" border="0" cellpadding="0" cellspacing="0" >
SetHistory();
</script>
</body>
</html>