chumpster
08-14-2008, 11:48 PM
I can get IE to display my inserted objects as below. After some messing around I might add.
However when I click a link in the object I am given an error and told about script errors.
When I do the same thing in either Opera or Firefox under Windows or Linux I get no problems at all.
Can you help as this is driving me nuts now.
The main page calls the object as below - like I said it displays perfect.
<p><object type="text/html" height="500" width="210" data="latest.html"></object></p>
latest.html looks like this.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<link rel="stylesheet" type="text/css" href="toptips.css" />
</HEAD>
<body style="border:0;overflow:auto">
<a href="link1.html">New training class</a>
<p>As of 30th July we are offering training classes.</p>
<a href="contact.html" target="_top">Can you help?</a>
<p>Are you struggling to find training classes in your area?</p>
<a href="http://www.some.site/" target="_blank">Some.Site</a>
<p>For all the pampering your dog needs, why not treat them to a trip to the salon.</p><br>
<p align="center"><img src="images/logo.jpg" title="Logo"/></p>
</BODY>
</HTML>
However when I click a link in the object I am given an error and told about script errors.
When I do the same thing in either Opera or Firefox under Windows or Linux I get no problems at all.
Can you help as this is driving me nuts now.
The main page calls the object as below - like I said it displays perfect.
<p><object type="text/html" height="500" width="210" data="latest.html"></object></p>
latest.html looks like this.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<link rel="stylesheet" type="text/css" href="toptips.css" />
</HEAD>
<body style="border:0;overflow:auto">
<a href="link1.html">New training class</a>
<p>As of 30th July we are offering training classes.</p>
<a href="contact.html" target="_top">Can you help?</a>
<p>Are you struggling to find training classes in your area?</p>
<a href="http://www.some.site/" target="_blank">Some.Site</a>
<p>For all the pampering your dog needs, why not treat them to a trip to the salon.</p><br>
<p align="center"><img src="images/logo.jpg" title="Logo"/></p>
</BODY>
</HTML>