Hover da pic
Aulia Septiya. Was born on Sept 10th '98. Islam, SHAWOL. A VIRGO girl. A simple girl with her black hair. Love to shopping, reading, editing, taking pictures, listening to music and trying new things. Enjoy yourself! Be a good person. If you take anything in here, don't forget to credit me :)

NAVIGATION
FOLLOW? home? another world? tutorial? freebies? articles? FAQs?

Layout made by ΔΔ , with helps from Δ and Δ
Tutorial: Disable Keyboard & Highlight Text // Saturday, July 7, 2012 // 0 XX


Assalamu'alaikum ★
Tadi ada yang request. Gimana caranya biar orang ga bisa copy dan highlight text. Well, aku kasi scriptnya yaaaaa ;)
Btw, ini bisa di taruh di atas <style type="text/css"> atau di bawah <body>
Check it out »
  • Disable press keyboard :
<body oncontextmenu='return false;' onkeydown='return false;' onselectstart="return false">

  • Disable highlight text :
<script type="text/javascript">  
/***********************************************
* DISABLE SELECT SCRIPT
* YOU CAN ENABLE SELECT TEXT BY REMOVING THIS SCRIPT
* Contribute by www.dynamicdrive.com
***********************************************/
//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>
Sebenernya ini ada yang nanya di skin ku yang Like A Paradise. Kalian tinggal temuin aja kedua script itu. Habis itu hapus scriptnya. Itu aja buat hari ni. Makasih.
Bubyee ~ ★

Labels:

◄ OlderNewer ►