Difference between revisions of "Javascript"

From Wiki2
Line 9: Line 9:
*http://www.w3schools.com/jsref/dom_obj_radio.asp
*http://www.w3schools.com/jsref/dom_obj_radio.asp
[http://www.devguru.com/technologies/ecmascript/quickref/comparison_operators.html operators]
[http://www.devguru.com/technologies/ecmascript/quickref/comparison_operators.html operators]
===[[ajax]]===

Revision as of 11:22, 17 January 2013

_SESSION variables

The problem with having stuff happen on the server is that it always forgets what is going on from moment to moment. The server waits for a request, it could be from anywhere in the world. It doesn't know you from a whole in the wall. The only thing you can do to be remembered is stick stuff in _SESSION variables.

javascript tutorial

http://www.javascript-coder.com/javascript-form/javascript-get-form.htm

DOM

operators

ajax