<html><head>
<style type="text/css">
.renklibuton{
cursor:pointer;
border:outset 2px #00C1C1;
background:#C6FFFF;
color:#000069;
font-weight:bold;
padding: 1px 2px;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Renkli Form Butonları</title>
</head><body>
<form name="yok" method="get" action="http://ksabitk.t35.com/bizeyaz.php">
<textarea type="text" name="yok" class="renklibuton" style="width: 244; border: 1px solid gray; height:80">
</textarea><br>
<!--
***GİRİŞ***
Yukarıdaki form php olarak mail gönderir
Bunun için php kabul eden bir hostunuz olmalıdır
Eğer varsa Form action kısmına bizeyaz.php yazın
Bu sayfayı bizeyaz.html olarak kaydedin
______________________________________________________
Aşağıda kodları verilen sayfayı bizeyaz.php olarak kaydedin
Diğer sayfa ile aynı dizine koyun
Sunucunuza yükleyin
___________________________
| <HTML> |
| <HEAD></HEAD> |
| <BODY> |
| <?php |
| echo $bizeyaz; |
| ?> |
| </p> |
| </BODY></HTML> |
|___________________________|
***SON***
-->
<input type="submit" name="yok" class="renklibuton" value="Bize Yazın">
<input type="reset" name="yok" class="renklibuton"><p>
</form><form>
<input type="button" class="renklibuton" value="Ana Sayfa" onclick="parent.location='http://www.saab.tr.cc'">
<input type="button" class="renklibuton" value="Mail Gönder" onclick="parent.location='mailto:ksabitk@hotmail.com'">
</form></body></html>