Errors please help...

admin

Administrator
Staff member
I have an error on line 169 on <!-- w --><a class="postlink" href="http://www.raindesigns.com">www.raindesigns.com</a><!-- w --> I currently have geocities hosting for free with a domain name provided by namezero. When I debug the page, this is what the debugger says is wrong...<br />
<br />
.js"></script><script language="JavaScript" <br />
<br />
that is inside of a java tag outside of my </html> tag. I am pretty sure geocites put that there. How can I fix this? <br />
<br />
Thanks,<br />
<br />
Alex<!--content-->If the error coding is the stuff Geo inserts outside of your own coding, then there is nothing you can do about it.<br />
<br />
If you try to "de-script" your site so their ad banners do not appear (thus killing your error too) then your account with them may be suspended.<br />
<br />
Out of curiosity, try your page without the IFRAME in it to see if that settles the error.<!--content-->As long as your stuff sits on GeoCities servers, every HTML page will have <br />
<!-- text below generated by server. PLEASE REMOVE -- ....... annotated to the end after </HTML>.<br />
<br />
It's the price you pay for freedom. It's a neat little hack of GeoCities. It's technically wrong to put ANY thing after an </HTML> tag, but both IE and NS accept it, and run the advertisment code.<br />
<br />
While your debugger finds this 'error' in the actual code, I am surprised no ad appears under the guise of the new name <!-- m --><a class="postlink" href="http://www.raindesigns.com/">http://www.raindesigns.com/</a><!-- m -->. The code is there in the actual document (geocities.com/rain), and your frame fetches it from geocities, but it doesn't use it. I wonder, can anyone explain this? And, if GeoCities knew, would they be upset, ie revoke account?<br />
<br />
Notice that while it is a syntax error, no actual ill-effects have resulted, and as a plus there are no ads. You could just ignore it.<br />
<br />
P.S., You have to pay for the namezero url?<!--content-->yeah I paid 20 bucks for 1 year. I think the price has been raised to 30. actually the way to remove the geocities add is to add <noscript><noscript><plaintext><plaintext> after </html> but when I did that I still got errors. Well thanks for your help.<br />
<br />
<br />
Thanks,<br />
<br />
Alex<!--content-->you can delete the scripts after the </html> tag and they will just put them back<!--content-->
 
Back
Top