|
|
| |||||||
![]() |
| | Seçenekler |
|
#1
| ||||
| | ||||
Renkli form butonlarıacıklama:Form butonlarını farklı renklerde olmasını istemisiniz ? Peki ya form ile outlook olmadan mail göndermek , Hepsi açıklamalı olarak yeralıyor Kod: <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:'">
</form></body></html> |
![]() |
| Seçenekler | |
| |
Benzer Konular | ||||
| Konu | Konu Açanlar | Forum | Cevaplar | Güncel Mesajlar |
| Tesekkur Butonları | interyum | Vbulletin | 1 | 26-06-2008 12:08 |
| Forumda Kısayol Butonları | Nicholas | SMF modifikasyonları | 0 | 28-04-2008 03:50 |
| tablonun rengini dereceli arttırma butonları | banias | Javascript kodları | 0 | 25-11-2007 09:28 |
| Renkli LED klavye | LeaveMeALoNe | Donanım Haberleri | 0 | 20-11-2007 08:41 |
| Radyo Butonları ile Form İşlemleri | viper | ASP | 0 | 02-11-2007 06:49 |