Click to See Complete Forum and Search --> : ctrl+click to follow a link


Frenz
02-26-2003, 11:24 PM
i have a link in an image map on a page i'm doing -- i need to know how to make it to where users have to ctrl+click to follow the link.

Any ideas would be appreciated.

thanks for any suggestions,
Frenz

gil davis
02-27-2003, 07:09 AM
For NS:
onclick="if (event.modifiers & Event.CONTROL_MASK) return true; else return false;"
Huh? What version of NS?

gil davis
02-27-2003, 07:12 AM
My experimentation with NS 4 indicates that you will not get the modifiers (shift, ctrl, alt) unless you use the onmousedown event.