in reply to Re^2: How to display output in separate html form in cgi script
in thread How to display output in separate html form in cgi script
I mean to say that i want to redirect the result to another cgi script suppose result.cgi which will display the output
Um, what do you mean by redirect? HTTP redirect (aka location header)?
Or do you simply want to change the form action to <FORM action="something.else/the_script_i_really_wanted.cgi" > ??
|
|---|