View Single Post
Old 07-08-2009, 05:58 PM   #3 (permalink)
Hades
Moderator
 
Hades's Avatar
 
Join Date: 01-23-07
Location: Buenos Aires, Argentina
Posts: 1,223
iTrader: 0 / 0%
Hades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest order
I get these 2 errors through webdeveloper:

1-
Quote:
Error: syntax error
Source File:datasafexl.com/shared/nav.html
Line: 1
Source Code:
<!doctype html public "-//w3c//dtd html 3.2//en">
You can solve this one by changing the first line in nav.html, you need to setup a correct doctype following the w3c recommendation.

2-
Quote:
Error: elem is null
Source File: datasafexl.com/ieupdate.js
Line: 2
Edit ieupdate.js, and change these lines into this:
Code:
var elem = document.getElementById("to_be_rewritten"); if(elem) document.write(elem.innerHTML);
__________________
Hades,
Ancient god, King of the Nether World, and Guardian of the Dead.
...and on my free time I'm also a web developer, contact me if you need one!
Hades is online now   Reply With Quote