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?????? | [reply] |
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
| [reply] |