Jackson Brooklyn Posted April 1, 2016 Share Posted April 1, 2016 (edited) Acesta este un cod HTML pentru login. <form action="Siteoficial.html" name="formular_de_login"> <input type="text" name="nume_de_utilizator" placeholder="USER NAME" /><br /> <input type="password" name="mi_parola" placeholder="PASSWORD" /><br /> <input type="submit" name="trimite" value="Log In" /> </form> Acolo unde vezi aia cu Siteoficial.html schimbi pe celalalt HTML unde vrei sa ajungi. SCRIPT COMPLET <HTML> <TITLE>Site</TITLE> <HEAD> <BODY> <form action="Siteoficial.html" name="formular_de_login"> <input type="text" name="nume_de_utilizator" placeholder="USER NAME" /><br /> <input type="password" name="mi_parola" placeholder="PASSWORD" /><br /> <input type="submit" name="trimite" value="Log In" /> </form> </BODY> </HEAD> </HTML> Edited June 13, 2017 by Cdorsu 2 Link to comment Share on other sites More sharing options...
FnZ Posted April 24, 2016 Share Posted April 24, 2016 Iti multumesc de tutorial Link to comment Share on other sites More sharing options...
Recommended Posts