Yes, set the form's action property (available in ie4+ and NN3+ I think). You can do 
this from a form element (this.form.action="foo.cfm").

If you want more info, check out:
http://developer.netscape.com/docs/manuals/communicator/jsref/index.htm

Larry

>>> [EMAIL PROTECTED] 03/29/00 08:20AM >>>
Is it possible to have the form action driven by a form element?

I have a select box that is listing some pages,
when the user select a page and fills out the rest of the form,
I want the form submited to the page selected in the select box...

I realize I can do this by using this form param on the action page
and redirecting from there, but I would like to make this work cleaner than
that...


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to