RE: Setting form var with Java

2001-04-18 Thread Semrau, Steven L Mr SRA
Although this is a JavaScript question (OT) not a CF question. you might want to try oldvalue = eval("document."+FormName+"."+FieldName+".value") Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703)

RE: Setting form var with Java

2001-04-18 Thread Daye, Marianne
No guarantees here, but try this: var oldvalue = FormName[FieldName].value Marianne Daye -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:21 AM To: CF-Talk Subject: Setting form var with Java Sent this once already but have not

RE: Setting form var with Java

2001-04-18 Thread Bruce, Rodney
Thanks for all the suggestions The one I got to work was Mark's below. Thanks again -Original Message- From: Mark Rowntree [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 9:15 AM To: CF-Talk Subject: Re: Setting form var with Java try: document.forms[FormName].elements