Thursday, September 27, 2012

Secure Textbox

Put these attributes in your textboxes to avoid many errors

onpaste="return false" ondrop="return false" ondrag="return false" oncopy="return false" autocomplete="off"