Jump to content

ÜRÜN SAYFASI HAKKINDA


cgturkiye

Recommended Posts

sitenizdeki body kodunu silin ve aşağıdaki kodu ekleyin.
Temanızın / header.tpl yi açın ve <body> tagını silip alttakini kopyalayın:


<body>

Aşağıdaki kodları < head > tagı arasına ekleyin.

[removed]<!-- Begin function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Sitede Kopyalama Yapmak Yasaktır !!"); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; // End --> [removed]

Kaynak: Sağ Tuşu Ve Yazı Seçmeyi Engelleme
[removed]<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Sitede Kopyalama Yapmak Yasaktır !!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// End -->
[removed]


Alıntıdır..

Umarım yararı olur.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...