in reply to Re: call one cgi script to another
in thread call one cgi script to another

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??????

Replies are listed 'Best First'.
Re^3: call one cgi script to another
by Anonymous Monk on Mar 13, 2012 at 09:45 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...

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

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

    print