Hey.
Error: 'document.form2' is null or not an object.
I am getting this error and I am not sure why nor am I sure of how to get rid of it. Any suggestions?
Here is the function
function SubmitForm()
{
document.form2.submit();
}
Thanks in advance.
************
My purpose in life is to show others what not to do.
<!--Caution, dates on calendar are closer then they appear.-->
Error: 'document.form2' is null or not an object.
I am getting this error and I am not sure why nor am I sure of how to get rid of it. Any suggestions?
Here is the function
function SubmitForm()
{
document.form2.submit();
}
Thanks in advance.
************
My purpose in life is to show others what not to do.
<!--Caution, dates on calendar are closer then they appear.-->