Difference between revisions of "Javascript"

From Wikicliki
Jump to: navigation, search
(See Also)
Line 21: Line 21:
 
*http://www.comptechdoc.org/independent/web/cgi/javamanual/javadocument.html
 
*http://www.comptechdoc.org/independent/web/cgi/javamanual/javadocument.html
 
*[[JQuery]]
 
*[[JQuery]]
 +
*[[JQuery Sandbox]]
 
*[[Javascript Sandbox]]
 
*[[Javascript Sandbox]]
*[[Actionscript-Javascript Sandbox]]
+
*[[Actionscript-Javascript Interaction]]

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