View Single Post
Old 11-14-2012, 08:10 AM   PM User | #5
Philip M
Supreme Master coder!

 
Philip M's Avatar
 
Join Date: Jun 2002
Location: London, England
Posts: 17,033
Thanks: 197
Thanked 2,410 Times in 2,388 Posts
Philip M has a spectacular aura aboutPhilip M has a spectacular aura aboutPhilip M has a spectacular aura about
This is not php - it is Javascript. Labrar used the wrong tags.

Code:
<script type = "text/javascript">
document.ontouchstart=document.onmousedown=preventer;
function preventer(e){    
if(!e){e=window.event;}
e.preventDefault();
}  
</script>
__________________

All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.
Philip M is offline   Reply With Quote