Re: [PHP] Suppress Right-Click and Hide hover URL

2009-11-09 Thread richardh
Hi, > Why I will let you to hide things on my browser? > The browser is mine... No no, all your browser are belong to me. -- Richard Heyes HTML5 graphing: RGraph - www.rgraph.net (updated 8th November) Lots of PHP and Javascript code - http://www.phpguru.org -- PHP General Mailing List (http:

Re: [PHP] Suppress Right-Click and Hide hover URL

2009-11-09 Thread Ashley Sheridan
On Mon, 2009-11-09 at 17:01 -0300, Martin Scotta wrote: > On Mon, Nov 9, 2009 at 4:37 PM, Ashley Sheridan > wrote: > > > On Mon, 2009-11-09 at 11:33 -0800, Don Wieland wrote: > > > > > Hi gang, > > > > > > Is there a javascript to Suppress Right-Click and Hide hover URL? I > > > as trying to ge

Re: [PHP] Suppress Right-Click and Hide hover URL

2009-11-09 Thread Martin Scotta
On Mon, Nov 9, 2009 at 4:37 PM, Ashley Sheridan wrote: > On Mon, 2009-11-09 at 11:33 -0800, Don Wieland wrote: > > > Hi gang, > > > > Is there a javascript to Suppress Right-Click and Hide hover URL? I > > as trying to get this to work with no luck: > > > > > onMouseOver=\"javascript:window.sta

Re: [PHP] Suppress Right-Click and Hide hover URL

2009-11-09 Thread Ashley Sheridan
On Mon, 2009-11-09 at 11:33 -0800, Don Wieland wrote: > Hi gang, > > Is there a javascript to Suppress Right-Click and Hide hover URL? I > as trying to get this to work with no luck: > > onMouseOver=\"javascript:window.status=''; return true;\" onClick= > \"javascript:return confirm('Are yo