Monday 17 October 2016

Disable mouse right click on web page

<html>
   <head>
   </head>
   <body oncontextmenu="return false" >
   </body>
</html>

http://www.w3schools.com/jsref/event_oncontextmenu.asp





rowString = rowString.Replace('"', ' ').Trim();


http://stackoverflow.com/questions/12740486/want-to-remove-the-double-quotes-from-the-strings



No comments:

Post a Comment