getParameter
Hi,
i have a signed applet and i am using Safari Browser 1.2
I am trying to read some of the applet parameters using getParameter(String s)
IE returns the right value for the paramenter and using Safri Browser returns null.
Any idea what is going on?
Please help.
vani
[318 byte] By [
vani_h] at [2007-9-30 11:05:31]

Must have something to do with the html tag (you didn't post).
I know IE uses the "classid="clsid:8AD9C840-044E-1..." tag and mozilla uses the "object
classid="java:someApplet.class" tag. Don't know what should be used for Safari but I do know that the
applet tag is depreciated and should only be used for ms jvm.