in reply to call one cgi script to another

Do you know what a link is? A URI? Just point to a different URI

Also, search, its for everybody

call cgi another
CGI Script calling another
Can I call a CGI from another CGI?
How to call perl CGI script from another perl CGI script
calling one cgi script from another
Call CGI script from another CGI script

Web Programming: For Beginners

Replies are listed 'Best First'.
Re^2: call one cgi script to another
by aurora26 (Initiate) on Mar 13, 2012 at 09:35 UTC
    Thank u for ur reply...but nowhere i got any reference to call a cgi script when i clicked on a "button" in another cgi script... it was something like this in html.... <input name="btnSearch" type="button" value="Search" onclick="search()" style="width: 120px" /><input name="btnAdd" type="button" value="Add New" style="width: 106px" onclick="showDataSubmitForm() " /><input name="btnDump" type="button" value="Dump" onClick='dump()' style="width: 123px" /> how can i write the same in cgi??????

      Thank u for ur reply...but nowhere i got any reference to call a cgi script when i clicked on a "button" in another cgi script...

      I just gave it to you, both a word explanation, and link to example

      how can i write the same in cgi??????

      print