Forum Moderators: open
is there a way to call this popup page, which is a small .asp page, using onmouseover?
i have tried several techniques and can not figure it out...
thanks
oh, also, is the mouseover susepctable to being a "pop up" and being blocked?
Add return false; to the very end of your popUp routine. This will stop the link from doing what it normally does on a click, allowing the JS to handle it, but if JS is disabled the link will still work.
Blocked, I don't know. If it doesn't, it SHOULD be because any arbitrary movements over the link will cause the pop up and this would be annoying.