Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getParameter does not read all params in Netscape 6

Status
Not open for further replies.

durden

Programmer
Dec 28, 2001
1
AU
I'm writing an applet which needs to read a lot of info from HTML parameters. The parameter values can be 100+ characters each, and there can be 30+ parameters. The problem is that in Netscape 6, Applet.getParameter(String name) is only recognising the first few parameters and the others return null. The longer the parameter strings are, the fewer are recognised. It works fine in all other Netscape and IE versions.

Has anyone else come across this? Is there some limit to the number of characters which can be read from HTML parameters in NS6?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top