> My question: Is there a way to use alt key / control key plus mouse
> click in web applications. I figure this would be a much better way of
> having a hidden administration section built into the web page rather
> than listing it in a menu. My guess is yes, there is a way to use the
> alt key / control key combination with an image click. Does anyone know
> if you can or can not do this?

Anything that you code into a web page via HTML or JavaScript is visible to
your users.  If you really want to do a secure administration area then
create a unpublished area of your site (http://www.yoursite.com/private/ or
http://private.yoursite.com/) and use CF or web server permissions to limit
access to the area.  Have your clients bookmark the admin area rather than
provide a link to it from the front end.

"Security through obscurity is not security at all"

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to