bmarzouk
Mar 11th, 2002, 05:02 AM
Hello,
The following code doesn't work with Netscape 6.2, while it works with IE, what is the problem
<FORM method="post" name="Form1">
<INPUT type="hidden" name="ReportType">
<A name="0">
<A href="#0" onClick='javascript:Form1.item("ReportType").value=1;Form1.action="Report_Details.asp";Form1.submit()'>Report1</A> <BR><BR>
<A href="#0" onClick='javascript:Form1.item("ReportType").value=2;Form1.action="Report_Details.asp";Form1.submit()'>Report2</A> <BR><BR>
</FORM>
The following code doesn't work with Netscape 6.2, while it works with IE, what is the problem
<FORM method="post" name="Form1">
<INPUT type="hidden" name="ReportType">
<A name="0">
<A href="#0" onClick='javascript:Form1.item("ReportType").value=1;Form1.action="Report_Details.asp";Form1.submit()'>Report1</A> <BR><BR>
<A href="#0" onClick='javascript:Form1.item("ReportType").value=2;Form1.action="Report_Details.asp";Form1.submit()'>Report2</A> <BR><BR>
</FORM>