• O stranici
  • Računarstvo i informatika
    • HTML >
      • Jezik za opisivanje HTML
      • Formatiranje u Html
      • Formatiranje pozadine
      • Slike
      • Liste
      • Linkovi
      • Tabele
      • Html forme >
        • Text polje
        • Password polje
        • Drop down list
        • Radio Button
        • Send button
      • Okviri
    • Obrada teksta
    • Rad sa tabelama
    • Baze podataka
    • Obrada slika
    • Računarske komunikacije
  • Forum
  • Biblioteka
  • O stranici
  • Računarstvo i informatika
    • HTML >
      • Jezik za opisivanje HTML
      • Formatiranje u Html
      • Formatiranje pozadine
      • Slike
      • Liste
      • Linkovi
      • Tabele
      • Html forme >
        • Text polje
        • Password polje
        • Drop down list
        • Radio Button
        • Send button
      • Okviri
    • Obrada teksta
    • Rad sa tabelama
    • Baze podataka
    • Obrada slika
    • Računarske komunikacije
  • Forum
  • Biblioteka

Send email

<html>
<title>Send email</title>
 <body>
 <h3>Pošalji e-mail to someone@example.com:</h3>
<form action="MAILTO:someone@example.com" method="post" enctype="text/plain">
Ime:<br> <input name="name" value="vaše ime"><br>
E-mail:<br> <input name="mail" value="vaš email"><br>
Komentar:<br>
<input name="comment" value="vaš komentar" size="50"><br><br> <input value="Send"> <input value="Reset">
 </form>
 </body>
 </html>

Picture
Powered by Create your own unique website with customizable templates.