Sorry, yes I forgot. I don't like frames but how else can you prevent
having to reload the applet every time you load another page?
I have removed the redirection.
This is the HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<HEAD>
<TITLE>Smorf applet 360x360</TITLE>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<META http-equiv="Content-type" content="text/html;
charset=iso-8859-1" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<script language="javascript">
if(self.location==top.location)self.location="fram es360.html";
</script>
</HEAD>
<BODY>
<APPLET
code="SmorfApplet.class"
height=360 width=360
name="smorf"
archive="smorfob.jar, jazz3d3.jar, jazz3d3_primitives.jar"
</APPLET>
</BODY>
</HTML>
anyway I found out creating the package isn't the problem. I put all
the classes in a single package and jar file, the problem is still
there.
Mark.
On Tue, 15 Nov 2005 21:20:49 GMT, Andrew Thompson
<> wrote:
>Mark wrote:
>
>> The applet I'm testing is here:
>> http://www.smorf.nl/smorfde/frames360.html
>
>That's a frames based page, and when I try to get
>the applet itself*, I get directed back to the frames
>page.
>
>* I need to see the HTML source.
>
>Fix that and I'll help.