Comment Javascript (Score 1) 312
I love the 'eval' function in Javascript and the short 'if, then, else' statements.
doc = (document.all)?document.all:document;
eval(doc+". myForm.myName='John';");