Junkie Tips: Disable Right Click Menu
Although this is not recommended from a usability standpoint, sometimes occasions call for the need to disable the browsers right click menu.
Here’s a nice snippet to accomplish that:
$(document).bind('contextmenu',function(e){ e.preventDefault(); });


Create A Simple PHP Contact Form
its not working also what does it mean by action pl...
Create A Simple PHP Contact Form
Thanks is there an easy way to add more fields I'm...
Create A Simple PHP Contact Form
You just need to change your forms action to form contact...