[Javascript] Suppressing Microsoft image popup

Rodney Myers rodney at aflyingstart.net
Wed Apr 16 05:21:22 CDT 2003


Try

<span oncontextmenu="return false;" ondragstart="return false";>
<img ...>
</span>

hth

Rodney

Daz wrote:

>Sorry for being vague (and sorry for not changing the subject line before
>submitting) - shows how 'stressed' I'm getting!
>
>The popup menu appears when the mouse is over an image - I think its in the
>advanced options as the "Image Toolbar". It's basically four icons in a tow:
>Save, Print, Email and Add to Favs. I can turn it off in my browser (IE6)
>settings - but I need to do it for the target machines.
>  
>





More information about the Javascript mailing list