Re: Suppress Right-Click and Hide hover URL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:
> 
> <a href=\"aInlet_Proc_Area.php?id={$row1['id']}&proc=delete\"  
> onMouseOver=\"javascript:window.status=''; return true;\" onClick= 
> \"javascript:return confirm('Are you sure you want to REMOVE the  
> assoication of this Area with this Inlet?')\"\">Remove</a>
> 
> Please let me know if this can be tweaked to work...
> 
> Thanks!
> 
> Don Wieland
> D W   D a t a   C o n c e p t s
> ~~~~~~~~~~~~~~~~~~~~~~~~~
> donw@xxxxxxxxxxxxxxxxxx
> Direct Line - (949) 305-2771
> 
> Integrated data solutions to fit your business needs.
> 
> Need assistance in dialing in your FileMaker solution? Check out our  
> Developer Support Plan at:
> http://www.dwdataconcepts.com/DevSup.html
> 
> Appointment 1.0v9 - Powerful Appointment Scheduling for FileMaker Pro  
> 9 or higher
> http://www.appointment10.com
> 
> For a quick overview -
> http://www.appointment10.com/Appt10_Promo/Overview.html
> 
> 


There's no absolute way to stop the right click menu other than develop
completely in Flash, but I find this works quite well:

<body oncontextmenu="return false;">

The way you are hiding the actual link URL will work for people who
navigate solely with their mouse, but you might want to add an onfocus()
handler in there as well for people who tab between links.

At the end of the day though, none of this will stop someone from
viewing your source code for the link, or using a browser plugin like
Firebug to determine what it is.

Thanks,
Ash
http://www.ashleysheridan.co.uk



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux