This is a discussion on "Submit 1 form to 2 different URLs" within the Classic ASP section. This forum, and the thread "Submit 1 form to 2 different URLs are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Submit 1 form to 2 different URLs
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Submit 1 form to 2 different URLs
Hi everybody,
I was wondering if someone can help me with this: I have an ASP form called let say aForm. I need to submit the data of this form to 2 different URLs let say: 1 - https://www.mysite.com/url1.asp and: 2 - https://www.someothersite.com/url2.aspx and would like the confirmation page to be the first url: https://www.mysite.com/url1.asp Any ideas how this can be done with an ASP script? I'm currently using Javascript loading 2 different frames but it doesn't work all the time and some users have javascript turned off. Any help will be appreciated alstefani |
|
|
|
|||
|
There's a couple components that will POST variables to a URL.
There's some third party object, but the built in XMLHTTP object might work fine for you. For an example of it check out http://www.4guysfromrolla.com/webtech/110100-1.2.shtml |
![]() |
| Tags |
| submit, form, different, urls |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Form submit | longstand | PHP Forum | 6 | Nov 25th, 2007 01:14 |
| submit many forms - auto submit the same form many times | divs | JavaScript Forum | 0 | May 24th, 2007 10:10 |
| how to submit form | tobymather | Web Page Design | 13 | Apr 17th, 2007 17:09 |
| Submit Form through EMAIL | brunette | JavaScript Forum | 1 | Aug 30th, 2006 19:57 |
| Submit form with AJAX | robertboyle | JavaScript Forum | 2 | Jun 1st, 2006 15:09 |