You can do choice B:

Document.formname.textboxname.value =
document.formname.textbox2name.value;

- Matt Small


-----Original Message-----
From: Bill Henderson [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, June 30, 2002 4:21 PM
To: CF-Talk
Subject: JS/CF script problem

Can anybody help me do one of two things:

A.) Make a call from a JavaScript function to a function written in
CFScript,
Or
B.) Reference form elements (before a submission) in CFScript, like
JavaScript does. Example:
myform.mystring.innerText=myform.mystring2.innerText will copy the value
of a text input to another.

Can I do either of these?

Bill Henderson
[EMAIL PROTECTED]




______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to