[thelist] Javascript Help

Joshua Olson joshua at waetech.com
Wed Apr 10 08:20:01 CDT 2002


----- Original Message -----
From: "Feingold Josh S" <Josh.S.Feingold at irs.gov>
Sent: Wednesday, April 10, 2002 9:07 AM
Subject: [thelist] Javascript Help


>           "document.br." + name + ".value" = newstring    //  <file://

Josh,

Hey there.  All the DOM elements can be accessed like arrays as well.  So,
try this:

document.br[name].value = newstring

-joshua





More information about the thelist mailing list