<html><head><title>Sample page</title><script language="javascript">function disablecopy(){ if(event.button==2) { return false; } return false;}</script></head><body onmousedown="disablecopy();" oncontextmenu="return false" oncopy="return false" onpaste="return false" oncut="return false" width="100%" height="100%"><table width="100%" height="600px"><tr><td align="center" valign="middle"><strong>This is a Sample Webpage..!!!</strong></td></tr></table></body></html>