EPGAH3 Posted March 20, 2011 Share Posted March 20, 2011 (edited) I'm trying to use a Javascript applet, and when I try it, it gets corrupted to non-functionality: javascript:%28function%28%29%7Bvar%20a%3Ddocument.createElement%28%22script%22%29%3Ba.type%3D%22text%2Fjavascript%22%3Ba.src%3D%22http%3A%2F%2Farun.keen-computing.co.uk%2FBrawler.js%3F%22%2BMath.random%28%29%3Bdocument.getElementsByTagName%28%22head%22%29%5B0%5D.appendChild%28a%29%7D%29%28%29%3B The picture attached is what it's supposed to look like. I went through and manually corrected it--then CometBird changed it back "for" me! Edited March 20, 2011 by EPGAH3 (see edit history) Link to comment Share on other sites More sharing options...
kluelos Posted March 22, 2011 Share Posted March 22, 2011 When you write code, you should be generous, even lavish, with your use of whitespace. This makes it far easier for people to read and to detect issues. I decline to even try to decipher that. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now