is that happening on this list? i know i wrote that code properly, is the mailserver changing it so that you cant send out malicious code? if so what software? what's the regex? where is the white paper? thanks, Alexander Sicular Technical Director, Information Technology The Neurological Institute of New York Columbia Presbyterian Medical Center 212.305.1318 [EMAIL PROTECTED] -----Original Message----- From: Sicular, Alexander [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 5:17 PM To: CF-Talk Subject: RE: JavaScript Submit try this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body> <form name="myform" method="post" action="sendform1.cfm"> some text <input type="Text" name="sometext" value=""> <input type="submit" value="submit"> | <input type="button" value="submit-change action"XnClick="document.myform.action ='sendform2.cfm';document.myform.submit()"> </form> </body> </html> good luck, Alexander Sicular Technical Director, Information Technology The Neurological Institute of New York Columbia Presbyterian Medical Center 212.305.1318 [EMAIL PROTECTED] -----Original Message----- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 4:22 PM To: CF-Talk Subject: OT: JavaScript Submit I am trying to remember how to post a form to different urls depending on which button is clicked on. Can someone help? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

