Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- References in javascript


Purple_Martin - 1:07 am on Oct 2, 2002 (gmt 0)


You can set a JavaScript variable to any value you like, including a reference to any DOM object. However, JavaScript variables are not objects themselves, so you can't set a variable to a reference to another variable.

You can only set a variable using = or +=. Once you set the value, it stays exactly the same until you set it to something else.

HTH


Thread source:: http://www.webmasterworld.com/javascript/202.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com