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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

good morning, I have a forms, wi

Status
Not open for further replies.

stefes007

Programmer
Apr 24, 2001
21
0
0
BE
good morning,

I have a forms, with about 198 cells,

<form name=&quot;form1&quot; method=&quot;POST&quot; action=&quot;reg_prog.php&quot; onSubmit=&quot;return validate(3,99)&quot;>

and I would like to call two cgi-scripts:

reg_prog.php and CGIBUL.cgi.

I've already tried :

<form name=&quot;form1&quot; method=&quot;POST&quot; action=&quot;reg_prog.php;CGIBUL.cgi&quot; onSubmit=&quot;return validate(3,99)&quot;>

but it doesn't work...

How can I do this?

Thanks 4 your help. Dekeyzer Stephane.
Belgium :)
 
What does it mean: validate(3,99) ?

I think you should call one cgi script on form submit as you did, and the second one from inside the first script.
 


that's what we are finally gonna do ... thanks 4 your help ...

we had problems to find the solition because one script was a cgi, and the other one a php .... Dekeyzer Stephane.
Belgium :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top