Difference between revisions of "Javascript"

From Wikicliki
Jump to: navigation, search
Line 12: Line 12:
  
 
ARGHAGHGHHGHHHHHHHHHHHHHHHHHHHHHH
 
ARGHAGHGHHGHHHHHHHHHHHHHHHHHHHHHH
 
  
 
== Blur/Focus ==
 
== Blur/Focus ==
Line 22: Line 21:
 
*http://www.comptechdoc.org/independent/web/cgi/javamanual/javadocument.html
 
*http://www.comptechdoc.org/independent/web/cgi/javamanual/javadocument.html
 
*[[JQuery]]
 
*[[JQuery]]
 +
*[[Javascript Sandbox]]
 +
*[[Actionscript-Javascript Sandbox]]

Revision as of 13:45, 6 November 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