Home » Archive

Articles tagged with: Form mail

Web Dersleri »

[11 Tem 2008 | No Comment | 48 Görüntülenme]

Form Mail
Örnek:

<html>
<head>
<title> MAIL GONDER </title>
</head>
<body>
<form method=post action=”mail.asp”>
Isim : <input type=”text” name=”isim”><br>
Mail : <input type=”text” name=”mail”><br>
Konu : <input type=”text” name=”konu”><br>
Mesaj : <textarea name=”mesaj” rows=”” cols=””></textarea><br>
<input …