I have a link in my ASP Page which goes somethign like this
<A href="javascript:hrefclick()">Generate Report</A>
where hrefclick is a javascript function.This link works well in IE but somehow doesn't work in Netscape.For error message I get hrefClick is not defined,although it is there.It says soemthing about if statement being too large.
is there a limit to length of if statements in netscape.
thx
<A href="javascript:hrefclick()">Generate Report</A>
where hrefclick is a javascript function.This link works well in IE but somehow doesn't work in Netscape.For error message I get hrefClick is not defined,although it is there.It says soemthing about if statement being too large.
is there a limit to length of if statements in netscape.
thx