Forum'da ara:
Ara


Yazar Mesaj
Mesaj26.06.2009, 08:29 (UTC)    
Mesaj konusu: sag tıklama engeli

arkadaşlar web siteme sag tıklama engeli koydum sag tıkladın mı engelliyo ama bazı akıllılar istedigi yeri seçiyo CTRL+C yapıp kopyalıyo bunu nasıl engelliyebilirim
Mesaj26.06.2009, 08:42 (UTC)    
Mesaj konusu:

Bu kodu tasarımın üzerine ekleyiniz.
Kod:
<!-- kod baslangici--!>
<script type="text/javascript">
/***********************************************
* Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
<!-kod sonu-->

______________
Atatürk diyor ki "Beni unutturmak isteyenler olabilir."
Önceki mesajları göster:   


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