desktopfellow
IS-IT--Management
Hi everyone,
Currently i am doing a server side scripting of cgi.
I have an html page whose action on SUBMIT is directed to a .cgi page which re-directs back to another new html page based on the condition.
contents of test.cgi:
--------------------
print "Content-type: text/html\n\n";
print "Hello, world!\n";
Thnx in advance,
Vishnu
#print redirect("
#print "Location: '
The "HELLO WORLD !" static text is printed but the re-direction command both "redirect" and "Location" failed to re-direct the page.
Currently i am doing a server side scripting of cgi.
I have an html page whose action on SUBMIT is directed to a .cgi page which re-directs back to another new html page based on the condition.
contents of test.cgi:
--------------------
print "Content-type: text/html\n\n";
print "Hello, world!\n";
Thnx in advance,
Vishnu
#print redirect("
#print "Location: '
The "HELLO WORLD !" static text is printed but the re-direction command both "redirect" and "Location" failed to re-direct the page.