Hi!
If I have two submit buttons in one form (like shown below), how do I get the "name" part in a variable to be able to use it with "if" statement?
print "<br>";
print "<form>";
print "<input type=submit name=update value=\"Write NIC name\" >";
print "<font align=middle>OR</font>";
print "<input type=submit name=delete value=\"Delete NIC name\" >";
print "</form>";
print "<hr>";
If I have two submit buttons in one form (like shown below), how do I get the "name" part in a variable to be able to use it with "if" statement?
print "<br>";
print "<form>";
print "<input type=submit name=update value=\"Write NIC name\" >";
print "<font align=middle>OR</font>";
print "<input type=submit name=delete value=\"Delete NIC name\" >";
print "</form>";
print "<hr>";