if u dont want to have right click on your webpage just add oncontextmenu="return false" on your body
Tag
Example:
<body oncontextmenu="return false">
and u can also add for individual tags too
<a href="http://www.designersdairy.com" oncontextmenu="return false">Designers Dairy</a>
Tag
Example:
<body oncontextmenu="return false">
and u can also add for individual tags too
<a href="http://www.designersdairy.com" oncontextmenu="return false">Designers Dairy</a>
No comments:
Post a Comment