how to use applet in IE or Netscape

T

Tim Jowers

I just installed the LoveSan security patch from MSFT and turned on
Auto-Update. Now applets do not load. I tried getting Netscape 7.1 but
it directs me to the Sun page to install JRE. I do this but still
neither IE or NS will load applets. Tried downloading some from
various websites with free applets but these do not work either. Any
ideas? Sorry if this is not the "HTML" group but I did not see one.

Thanks!
TimJowers
 
K

Keith Bowes

Tim said:
I just installed the LoveSan security patch from MSFT and turned on
Auto-Update. Now applets do not load. I tried getting Netscape 7.1 but
it directs me to the Sun page to install JRE.

When you install the Sun JRE, check the options to make it your default
Java plug-in in IE and NS. If it's already installed, then go into the
Control Panel.

In most browsers, you need to make sure the nsoji610.dll file is in your
plugins directory. In IE, it's in %WINDIR%/Downlo~1, I think.

The HTML code:
The old way (HTML 3.2, HTML 4.0(1)/XHTML 1.0 Transitional):
<applet code="java.class">
....
</applet>

The new way (HTML 4.0(1)/XHTML 1.0 Strict, XHTML 1.1):
<object codetype="application/x-java-applet" classid="java:java.class">
....
</object>

The future way (XHTML 2.0):
<object data="java.class">
....
Sorry if this is not the "HTML" group but I did not see one.

comp.infosystems.www.authoring.html
alt.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,091
Messages
2,570,604
Members
47,223
Latest member
smithjens316

Latest Threads

Top