Do you use it like this:
document.write("foo")
or like this:
document.write()
--
Thierry
http://www.MadCoWWWebDesign.com/go/quizz.htm | Frames Quiz
http://www.MadCoWWWebDesign.com/go/?2 | About Frames and Framesets
http://www.MadCoWWWebDesign.com/cssp/ | CSS-P version
http://www.MadCoWWWebDesign.com/cssp/csspopups/ | Pure CSS pop ups
www.TJKAntiques.com | Buy yourself some French Antiques ;o)
"Jason Holm" <jholm (AT) isupportlearning (DOT) com> wrote
Quote:
I'm making a custom object, and want to use document.write so I can make
the
field labels dynamic (so i only have to change one variable at the top and
it changes it throughout the form.
When I use document.write i get "document.write is not a function"
what am i doing wrong? |