Yes Thank you!

-----Original Message-----
From: Joshua Miller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, May 02, 2002 1:33 PM
To: CF-Talk
Subject: RE: Javascript


this.submitForm('reject.cfm?Why='+reject+'',false);

That what you're asking for?

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)


-----Original Message-----
From: Kris Pilles [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, May 02, 2002 12:15 PM
To: CF-Talk
Subject: OT: Javascript


Having some Javascript issues on a really simnple plroblem.

Heres my code:

reject = app.response("Enter Reason For Rejecting.","Reject","");

if (reject) 
{
this.submitForm('reject.cfm?Why=*reject*',false);
} 


How can I reference the javascript var reject in the actionpage of the
submit for (*reject*)???

Thanks for your help


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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