Hi, I have the line mayscript="true" in the embed tag of the html file. Still netscape 6.0 is not able to show the applet and showing the error "mayscript attribute is required for the applet tag". Is there any specific way in which the mayscript attribute has to be declared ? Sarva Pandian
bill bozeman
Ranch Hand
Joined: Jun 30, 2000
Posts: 1070
posted
0
Are you putting this in the embed tag or the applet tag? I have never used the mayscript attribute, but from what I have seen it would just look like this:
Bill
Sarva Pandian
Greenhorn
Joined: Sep 21, 2000
Posts: 17
posted
0
Hi Bill, I am using the attribute in the embed tag. I have mayscript="true" in the embed tag. But still netscape 6.0 is not able to open up a new window (which needs to access a java class and javascript codes. I get the error message " mayscript attribute is needed for the applet ". Do you have any idea?. Thanks Sarva Pandian