Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Netscape 4.7


  • From: javascript@xxxxxxxxxx (javascript@xxxxxxxxxx)
  • Subject: [Javascript] Netscape 4.7
  • Date: Fri, 18 Oct 2002 09:09:15 -0500

Is anyone familiar with running applets on Mac computers running Netscape
4.7? (yet another 4.7 issue)

It seems All other versions of Netscape run the applet successfully  on the
Mac and PC as well is IE versions run the applet correctly on the Mac and
PC. Why would Netscape 4.7 cause this problem??


Here is my code..

<HTML>
<APPLET CODE="MyAddress.class" WIDTH=500 HEIGHT=14>
<PARAM NAME="URL" VALUE="http://ThisURLIsUsedToForwardTheUsersIPaddressThatTheAppletFoundToThisSite?IP=";>
</APPLET>
<body>
<META http-equiv='EXPIRES' CONTENT='TUES, 31 DEC 1996 12:00:00 GMT'>
<body>
<div align='center'><center>
<table  bgcolor='#000080' border='0' cellpadding='0' cellspacing='4' width='100%'>
<tr>
<td align='center' bgcolor='#000080'><p align='left'><font color='#FFFFFF' face='verdana,arial,helvetica' size='4'><strong>Page
Name</strong></font></p></td>
<td align='right' bgcolor='#000080'><a href='http://somepagetoloadhere.htm target='_parent'><img src='http://graphics/exit.gif' border='0' nosave
WIDTH='48' HEIGHT='40'></a>
</td>
</tr>
</table>
<h3>Loading...</h3>
</body>
</HTML>


The applet I am trying to run is located here and is called
MyAddress.class...    http://reglos.de/myaddress/MyAddress.html

Both the applet and HTML code are copied into the same directory located on
my server. Again, only Netscape 4.7 running on a Mac is unable to run the
applet. The error says... "Netscapes Network Connection was Refused by the
Server".  There are no security restrictions on this. This error is
misleading.

Netscape 4.7 for the PC runs it fine

Thanks everyone!