I am trying to execute a javascript and there is this error thrown:
Timestamp: 10/25/2012 2:23:13 PM
Error: SyntaxError: syntax error
Source File: http://www.facebook.com/dia.makoetskiy
Line: 1
Source Code:
<!DOCTYPE html>
It points to this line.. althought it is not line 1 in the document.
<script src="http://www.facebook.com/dia.makoetskiy" onload="logged()" onerror="notlogged()"></script>
Whats the problem with firefox?
Chrome says that I have a syntax error:
<!DOCTYPE html>
Why is it an error..? why the hole page crashes on firefox but it is okay on chrome/
I think the error of the first line is from facebook.. but how do I prevent this? it retrieves the document from that page, and that document ruins the javascript external link syntax