• 20-08-2013, 15:29:02
    #1
    selamun aleykum arkadaşlar;

    <form action="videoara.php" method="GET">
    <input name="s" type="text" class="fsearch_input_text" value="<?php echo trim(strip_tags(mysql_real_escape_string($_GET["s"])));?>" />
    <input type="hidden" name="page" value="1">
    <input type="submit" value="" class="fsearch_input_buton" />
    </form>
    yukardakini buna nasıl modifiye edebilriz çalışır bir şekilde?

    <input type="text" value="Search Video" class="txt-field"  onfocus="if(this.value == 'Search Video') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Search Video'; }" name="s" />
    <a href="#">Search Button</a>
  • 20-08-2013, 15:53:17
    #2
    Cas
    Üyeliği durduruldu
    <form action="videoara.php" method="GET">
    <input type="text" value="Search Video" class="txt-field"  onfocus="if(this.value == 'Search Video') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Search Video'; }" name="s" /> 
    
    <input type="submit">
    </form>
    deneyin hocam mobilim ezbere yazdım sorun olursa halledelim.
  • 20-08-2013, 18:14:52
    #3
    Cas adlı üyeden alıntı: mesajı görüntüle
    <form action="videoara.php" method="GET">
    <input type="text" value="Search Video" class="txt-field"  onfocus="if(this.value == 'Search Video') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Search Video'; }" name="s" /> 
    
    <input type="submit">
    </form>
    deneyin hocam mobilim ezbere yazdım sorun olursa halledelim.
    teşekkürler çalıştı fakat
    <a href="videoara.php">Search Button</a>
    üstteki kodu koyunca küçük bir arama iconu çıkıyor bunu nasıl sizin kodda gönder yazısı değilde bu iconu çıkarabiliriz?
  • 20-08-2013, 18:44:57
    #4
    Cas
    Üyeliği durduruldu
    HidrojenWEB adlı üyeden alıntı: mesajı görüntüle
    teşekkürler çalıştı fakat
    <a href="videoara.php">Search Button</a>
    üstteki kodu koyunca küçük bir arama iconu çıkıyor bunu nasıl sizin kodda gönder yazısı değilde bu iconu çıkarabiliriz?
    dosyayı görmeden bişe diyemiyeceğim normalde o dediğiniz kod basit link dir icon çıkmaz.