input username and password and buttons -


How do I do this on a php or html page:

Name password and many buttons

If we redirection the user Press button 1:

buttom2:

buttom3:

thanks < / p>

  I have this simple option & lt; form action = 'login.php' method = 'get' & gt; & Lt; input type = 'text' name = 'name' & gt; & Lt; Input type = 'password' name = 'password' & gt; & Lt; Input type = 'submit' name = 'button1' value = '123' & gt; & Lt; Input type = 'submit' name = 'button2' value = '456' & gt; & Lt; Input type = 'submit' name = 'button2' value = '78 9 '& gt; & Lt; / Form & gt; Hope it helps    

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -