Posted By:
rajendra_reddy
Posted On:
Wednesday, February 26, 2003 10:15 PM
we have problem in loading applet in windows xp. in our application we are alling applet methods using javascript using jsobject. applet code NAME = "SA" ID = "SA" WIDTH = "200" HEIGHT = "60" HSPACE = "380" VSPACE = "280" ALIGN = "middle" MAYSCRIPT VIEWASTEXT> java script code document.SA.writeRegistryValues(); here writeRegistryValues() is applet method. iam getting an error like object doesnot supprot this property. pelase help me to overcome from this problem.
More>>
we have problem in loading applet in windows xp. in our application we are alling applet methods using javascript using jsobject.
applet code
NAME = "SA"
ID = "SA"
WIDTH = "200"
HEIGHT = "60"
HSPACE = "380"
VSPACE = "280"
ALIGN = "middle"
MAYSCRIPT
VIEWASTEXT>
java script code
document.SA.writeRegistryValues();
here writeRegistryValues() is applet method. iam getting an error like object doesnot supprot this property. pelase help me to overcome from this problem.
<<Less