www.irt.org RE: CF_recommendation

2001-12-17 Thread Jared Clinton
I usually find most of the javascripty things I need at www.irt.org Jared Clinton NEC Business Solutions NEC Australia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 18 December 2001 3:55 PM To: CF-Talk Subject: CF_recommendation All, Sorry to

RE: CF_recommendation

2001-12-17 Thread Joseph DeVore
I just whipped this up for you - hopefully you can get the idea from this.. script language=JavaScript function calculate() { var f1=document.x.f1.value; var f2=document.x.f2.value; var f3=eval(f1*f2); document.x.f3.value=f3; } /script enter a number in the first 2 fields:br form name=x input

RE: CF_recommendation

2001-12-17 Thread Jay Jorgensen
The group over at JS-Jive is pretty active. http://groups.yahoo.com/group/JS-Jive/ jay [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:55 AM To: CF-Talk Subject: CF_recommendation All, Sorry to post this