The Netscape problem on goldeconomy.com is definitely caused by
JavaScript. If I disable JavaScript the pages load completely and work
fine. My friend is developing a page and he said he has had similar
problems when the Javascript isn't written in a way Netscape likes.
The problem is somewhere in the following code for drawing the buttons on
the left, since if I delete it, the page works (except the buttons don't
appear). I don't know JavaScript but maybe someone who does can point out
the problem.
<SCRIPT> <!-- function printbutton(a,l) { for(i=0;i<=a.length;i++)
{
var r=0xFF-Math.round(i*(0x42/a.length));
var g=0xFF-Math.round(i*(0x68/a.length));
var b=0xA7-Math.round(i*(0x53/a.length));
var all1="<a href=\""+l+"\" style=\"text-decoration: none;\"><font
face=arial style=\"font: $ap_btn_size pt arial;
color:rgb("+r+","+g+","+b+")\"><b><i>"+a.substring(i,i+1)+"</i></b></font></a>";
document.write(all1);
} } -->
</SCRIPT>
--
David Manifold <[EMAIL PROTECTED]>
---
You are currently subscribed to e-gold-list as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]