Opera and Netscape don't like me...

liunx

Guest
Hello again everyone,<br />
<br />
After Download <!--more-->ing Netscape and Opera to take a look at them, I find neither will load my site. Well, I guess they must load it, but they don't know what to do with it.<br />
<br />
Anyone here that my have some possible answers for this?<br />
<br />
Help would be appreciated.<br />
<br />
My site is at: <!-- m --><a class="postlink" href="http://sandblast.net">http://sandblast.net</a><!-- m --><br />
<br />
Thanks.<!--content-->To start with you have all of the frameset definition inside of the head so that is invalid HTML and compliant browsers won't like it.<br />
<br />
You almost certainly are not going to get away with writing the nested scripts that way. They probably will be okay with:<br />
<br />
document.write("<SCR"+"IPT SRC=http://www.htmlforums.com/archive/index.php/\"./scr"+"ipt.js\"><\/SCR"+"IPT>");<br />
document.write("<SCR"+"IPT SRC=http://www.htmlforums.com/archive/index.php/\"./effects.js\"><\/SCR"+"IPT>");<br />
<br />
Now as for the generated code and scripting there is enough non-standard trash to choke a dinosaur. The biggest problem is:<br />
<br />
<META NAME="Generator" CONTENT="NetObjects Fusion 4.0.1 for Windows"><br />
<br />
If you are impressed by gee whiz generators that spew out trash code to bend around both the standards and the DOM, you are going to run into problems. I would not even begin to guess how much needs to be changed. I'm up for a trek through the code swamp that is there. Maybe you will get lucky and the two changes above will take care of some of it.<br />
<br />
However I doubt that because when I looked at it with Mozilla 1.0 it is completely broken, the dom inspector can't even find an object it recognizes.<!--content-->You have a great site going there, it just needs some serious tweaking.<br />
<br />
To save time try <<--This-->> (<!-- m --><a class="postlink" href="http://www.drhtml.com/">http://www.drhtml.com/</a><!-- m -->) and use the public option.<!--content-->
 
Back
Top