[Javascript] Pop up windows and forms

Andrew Gibson andyg at ihug.co.nz
Mon Aug 11 05:06:30 CDT 2003


That should work!

Try assigning the form directly

 document.forms[formName].textareaname.value='<%=value%>' ;



=================================================

Subject: Re: [Javascript] Pop up windows and forms


> I need to populate a textarea on the fly can do it with a texbox but
> 
> form.textareaname.value= '<%=value%>';
> 
> does not seem to work. 




More information about the Javascript mailing list