HighDots Forums  

Form post

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss Form post in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Don
 
Posts: n/a

Default Form post - 01-20-2005 , 07:19 AM






I would like to post a form to 2 different destinations at the same time
Is there a way to do this with client side java script?

don



Reply With Quote
  #2  
Old   
otiteca
 
Posts: n/a

Default Re: Form post - 02-01-2005 , 05:34 AM






Don wrote:

Quote:
I would like to post a form to 2 different destinations at the same time
Is there a way to do this with client side java script?

don

yes,

name your form.

and

document.form_name.action = url to submit to...
document.form_name.submit();

and the same thing dor the second submission





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.