• 12-11-2012, 23:48:45
    #1
    nasil yapabilirim ?
    form u gonderirken buton kullanmak istemiyorum
  • 12-11-2012, 23:51:00
    #2
    XYZ
    Kimlik doğrulama veya yönetimden onay bekliyor.
    JavaScript ile yapabilirsin. Örnek:

    <a href="#" onclick="form.submit();">GONDER</a>
  • 13-11-2012, 00:24:06
    #3
    cok tesekkurler oldu.


    css :
    background: #5c5c5c;
    	color: #fff;
    	text-shadow: 0 2px 0 #000;
    	border: none;
    	cursor: pointer;
    	display: inline-block;
    	height: 25px;
    	text-align:center;
    	outline: none;
    	padding: 2px 10px 4px 10px;
    	-moz-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-ms-border-radius: 5px;
    		width: 40px; 
    		font: 11px Tohama, Geneva, sans-serif;}
    yazilari nasil ortalayacagim? ustte duruyor sanki biraz ?
  • 13-11-2012, 00:28:37
    #4
    height ten düşürdügün kadar pikseli padding top 'a ver. height: 17px; padding: 10px 10px 4px 10px;

  • 13-11-2012, 00:31:10
    #5
    crooper adlı üyeden alıntı: mesajı görüntüle
    height ten düşürdügün kadar pikseli padding top 'a ver. height: 17px; padding: 10px 10px 4px 10px;

    hay allah. ben en iyisi uyuyayim. tskler hocam oldu
  • 13-11-2012, 23:44:44
    #6
    Üyeliği durduruldu
    XYZ adlı üyeden alıntı: mesajı görüntüle
    JavaScript ile yapabilirsin. Örnek:

    <a href="#" onclick="form.submit();">GONDER</a>
    ayrıca eğer resim göndermiyorsan action 'a sayfa yenilenmesin istiyorsan.

    <form method="post" action="islem.php" onsubmit="return false;alert('veri Gönderildi');">
    
    <input name="eposta" value="eposta@kullanici.com" />
    
    </form>
    
    <span onClick="$('form').submit();">Gönder</span>