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?
Has anyone else come across this? Is there some limit to the number of characters which can be read from HTML parameters in NS6?