[thelist] Dynamic Text

Karen J. Bowen lists at miinx.com.au
Fri Sep 20 22:10:01 CDT 2002


Karen J. Bowen wrote:
> document.forms[0].elements['yourTextArea'].value +=
>   document.forms[0].elements['textbox1']

sorry, make that:

document.forms[0].elements['yourTextArea'].value +=
   document.forms[0].elements['textbox1'].value


Karen
-------
Miinx Design & Development
e :: karen at miinx.com.au
p :: 0413.880.302
w :: www.miinx.com.au





More information about the thelist mailing list