Difference between revisions of "Javascript"

From Wikicliki
Jump to: navigation, search
Line 12: Line 12:
  
 
ARGHAGHGHHGHHHHHHHHHHHHHHHHHHHHHH
 
ARGHAGHGHHGHHHHHHHHHHHHHHHHHHHHHH
 +
 +
 +
== Blur/Focus ==
 +
 +
Focus: puts the cursor in that box to begin with.
  
 
== See Also ==
 
== See Also ==

Revision as of 09:19, 10 September 2008

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