mountainbiker
Programmer
if i trap the contextmenu event in ie with
document.oncontextmenu=alert("called content menu")
how can i get the context menu to fire after the alert?
document.oncontextmenu=alert("called content menu")
how can i get the context menu to fire after the alert?