May 26, 2005 #1 Jawa Programmer Feb 21, 2002 74 US Does anyone have a script to submit a single form to two different URLs. Any help is appreciated. Thanks!!!!
Does anyone have a script to submit a single form to two different URLs. Any help is appreciated. Thanks!!!!
May 26, 2005 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB You cannot. You have other options, however. Some of those would be: - Duplicate the form client-side on submission, and submit both forms via two different iframes. - Duplicate the form server-side, and submit it (you may need to create a client-side page that would auto-submit the information) Hope this helps, Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt] Upvote 0 Downvote
You cannot. You have other options, however. Some of those would be: - Duplicate the form client-side on submission, and submit both forms via two different iframes. - Duplicate the form server-side, and submit it (you may need to create a client-side page that would auto-submit the information) Hope this helps, Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]