S
sck10
Hello,
I am using the following javascript (document.myform.reset()
to reset my
form values in a FormView. My reset button works, but I have the following
statement at the bottom of Internet Explorer bar: "Done, but with errors on
page". Any help with this would be appreciated.
Thanks,
sck10
<script language="JavaScript" type="text/JavaScript">
<!--
function frmPrint(thForm)
{
window.print();
} //End function
document.myform.reset();
//-->
</script>
I am using the following javascript (document.myform.reset()

form values in a FormView. My reset button works, but I have the following
statement at the bottom of Internet Explorer bar: "Done, but with errors on
page". Any help with this would be appreciated.
Thanks,
sck10
<script language="JavaScript" type="text/JavaScript">
<!--
function frmPrint(thForm)
{
window.print();
} //End function
document.myform.reset();
//-->
</script>