html - Form with two submit buttons but only one shows at any given time -
is possible have 2 submit
buttons defined within same html form ?
both buttons perform exact same function ..
only 1 show @ given time though .. 1 shows depends on device being used user (resolved through @media
queries) ..
button technically 2 submit buttons defined in html .. possible ?
<form action="" method="get"> <input type="submit" name="sb" value="one"> <input type="submit" name="sb" value="two"> <input type="submit" name="sb" value="three"> </form>
just put in html page, click buttons, , @ url
Comments
Post a Comment