Toggle navigation
Genres
Frontend (2)
JavaScript (6)
Database (2)
Linux Server (3)
Web Apps (4)
Misc (4)
Search
List
New Tutorials
Last Modified Tutorials
</>
Code examples
code
smiko
frontend
html
examples
forms_bak
09disabled_get.html
09disabled_get.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>HTML obrasci -primjer</title> </head> <body bgcolor="yellow"> <form action="./get.htm" method="GET"> readonly polje: <input type="Text" name="imer" value="SAMO ČITAJ" readonly> <br>disabled polje: <input type="Text" name="imed" value="ONESPOSOBLJENO" disabled> <input type="Submit" value="Potvrdi"> <input type="Reset"> </form> </body> </html>
Reload page
Preview
W3C validation
Edit Code