Articles tagged with: Form mail
Web Dersleri »
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 …





