The Manning AJAX In Action book has an appendix that covers a great many of these useful techniques. Even if you have zero interest in AJAX, I haven't seen many books or articles that covers Javascript as well as this one. I consider myself fairly well-versed in Javascript, and even I picked up a trick or two and otherwise solidified by understanding. Very much recommended (yeah, and the coverage of AJAX ain't bad either!)

Frank

Craig McClanahan wrote:
On 3/11/06, Niall Pemberton <[EMAIL PROTECTED]> wrote:
Yes but you have to create an object and assign it to your "aaa" var
first,
before assigning a variable value such as "bbb"

Try
      var aaa = {};

Niall


I figured out how to do this by reading the beginning of the
dojo.js.uncompressed script, where the "dojo" object itself is set up (along
with a couple of initial base objects inside).  Lots of useful techniques to
learn.

Craig


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to