Javascript

From Wikicliki
Revision as of 09:19, 10 September 2008 by WikiSysop (talk | contribs)

Jump to: navigation, search

I am a javascript noob. I have no idea what is going on.

document.write

document.write("Hello") // - prints Hello
var text="Hello"
document.write(''+text+'') // - prints Hello
var text="Hello"
document.write(''+text+'') // - prints Hello

Array

ARGHAGHGHHGHHHHHHHHHHHHHHHHHHHHHH


Blur/Focus

Focus: puts the cursor in that box to begin with.

See Also