• Please take a moment to look over the Suggestions & Feedback rules before making a post: READ RULES HERE

Whacky javascript printing in my html

johndoejohndoe

Junior Member
Joined
Feb 13, 2011
Messages
178
Reaction score
33
I'm using Firefox in Ubuntu (it doesn't happen in chrome) and notice the following shows up at the very top of the page. The website loads correctly except for this:

Code:
');             }             else             {                 document.write('');                 document.write('');                 document.write('');                 document.write('');                 document.write('');                 document.write('');                 document.write('');                 document.write('');             }             document.write('');         //-->
 
Back
Top