"DJ" <dawnajene (AT) yahoo (DOT) com> wrote
Quote:
I've got a rollover-popup menu which pops below the viewable area of
my top frame.
I don't want to resize the frame.
Any way I can pop over the frame? Or make the pop-down background
solid? Or pop side-ways? or pop upwards?
Any suggestions welcome. Please respond to list, email isn't working.
tx. |
I'm a newbie at javascript so I can't get tooooo technical on it for you...
but I believe what you're looking for is
window.focus();
in your popup window... My understanding is it brings what ever window that
calls the function/command, to the front...