Forum'da ara:
Ara


Yazar Mesaj
Mesaj21.02.2014, 22:26 (UTC)    
Mesaj konusu: SkorBizde | Sol Tık Engeli

<table> içerik </table> kodunun bulunduğu içeriğe sol tıklamayı engellemek istiyorum yardımcı olur musunuz ?


En son skorbizde tarafından 08.05.2014 00:07:44 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj01.03.2014, 11:44 (UTC)    
Mesaj konusu:

Kardeş o nasıl olur bilmiyorum ama bu kod ile sitende seçme engeli oluşturabilirsin.


Kod:
 <script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
    target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
    target.style.MozUserSelect="none"
else //All other route (ie: Opera)
    target.onmousedown=function(){return false}
target.style.cursor = "default"
}
</script> <script type="text/javascript">
disableSelection(document.body)
</script>   

______________
Mesaj01.03.2014, 15:21 (UTC)    
Mesaj konusu:

Elimle yazdım denedim çalışıyor.
11111 Yazan yere kodlarını yapıştır.
Kod:
<table width="200" border="0" cellspacing="1" cellpadding="1" style="-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;">
    <tbody>
        <tr>
            <td>1111111111111111111111111</td>
        </tr>
    </tbody>
</table>


En son cryengine3 tarafından 01.03.2014 19:01:02 tarihinde değiştirildi, toplam 1 kere değiştirildi
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu