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
02mailto_get.html
02mailto_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="aqua"> <strong>Pomoću ovog obrasca pošaljite nam e-mail !!!</strong> <form action="mailto: w3@mojmejl.hr" method="GET"> <br> <br>Naslov poruke: <br><input type="Text" name="subject" size="30"> <br> <br>Upiši poruku: <br><textarea name="body" cols="30" rows="10"></textarea> <br><div align="center"><input type="Submit" value="Šalji na email"> <input type="Reset"></div> </form> </body> </html>
Reload page
Preview
W3C validation
Edit Code