I want to be able to click on a link and have it display a small window containing some instructions. (Or even using onMouseOver= would be nice). But, I can't use window.open() because most browsers block pop-ups. Is there another way?
I was thinking of just using an anchor element <A> with a TARGET=_blank attribute but it doesn't seem I can configure the new window to be smaller without the menu bar, sliders, etc.
Any suggestions?
I was thinking of just using an anchor element <A> with a TARGET=_blank attribute but it doesn't seem I can configure the new window to be smaller without the menu bar, sliders, etc.
Any suggestions?