|
|
#1 |
![]() Üyelik Tarihi: Jan 2017
Mesajlar: 431
Beðendikleri:
Beðeni Puaný:
Tecrübe Puaný: 10
|
Türkiyenin En Büyük, Müzisyen Paylaþým Forumu Ritim Set Ses Sampleler Korg Türkiye Yamaha Ketron Roland Gem Md Karaoke altyapý Korg Ritim Set Yamaha Pack 3.8.X + tüm sürümlerde kullanabilirsiniz.
Footer þablonunu açýn en altýna ekleyin. Tabi bu misafirlere göredir. Seçim ve Sað Týk Engelleme: Kod:
<if condition="$show['guest']"><script language=JavaScript>
<!--
if ( window.Event )
document.captureEvents( Event.MOUSEUP );
function nocontextmenu()
{
event.cancelBubble = true, event.returnValue = false;
return false;
}
function norightclick( e )
{
if ( window.Event )
{
if ( e.which == 2 || e.which == 3 )
return false;
}
else if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true, event.returnValue = false;
return false;
}
}
if ( document.layers )
document.captureEvents( Event.MOUSEDOWN );
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
function notaccept(e)
{
return false;
}
document.onmousedown = notaccept;
document.onselectstart = new Function( "return false" );
// -->
</script></if>
Kod:
<if condition="$show['guest']"><script>
function ctrlCEngelle(e) {
olay = document.all ? window.event : e;
tus = document.all ? olay.keyCode : olay.which;
if(olay.ctrlKey&&(tus==99||tus==67)) {
if(document.all) { olay.returnValue = false; } else { olay.preventDefault(); }
}
}
</script></if>
Türkiyenin En Büyük, Müzisyen Paylaþým Forumu Konu Derbeder tarafından (13-12-2025 Saat 13:06 ) değiştirilmiştir. |
|
|
|
![]() |
| Tag Ekle |
| ctrl, korumasý, script, vbcode |
| Seçenekler | |
| Stil | |
|
|
Benzer Konular
|
||||
| Konu | Konuyu Başlatan | Forum | Cevaplar | Son Mesaj |
| KSP Script Editör | Derbeder | fl Studio | 0 | 13-03-2018 11:19 |