Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Action call (more than one?)

Status
Not open for further replies.

dl4

Technical User
Nov 29, 2001
6
CA
Hi,

Is there a way of having more than one form action call from a single submit action? i.e. need to call 2 different scripts at the same time...on different servers...

Thanks,

d.
 
no!
need to create two forms _______________________________________________
{ str = "sleep is good for you. sleep gives you the energy you need to function";
ptr = /sleep/gi;Nstr = str.replace(ptr,"coffee");alert(Nstr); }

_______________________________________________
for the best results to your questions: FAQ333-2924

 
and for the seperate server side. security issues probably will not let you use a script palced on a outside server. _______________________________________________
{ str = "sleep is good for you. sleep gives you the energy you need to function";
ptr = /sleep/gi;Nstr = str.replace(ptr,"coffee");alert(Nstr); }

_______________________________________________
for the best results to your questions: FAQ333-2924

 
Ok..thanks. I don't have access to the source code of the page called when the form is submitted but have access to the main form, therefore wanted to call another script that resides on the same server to execute a call to a database.

I guess I'll have to see if they will insert this for me...

d.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top