Does anyone know the code for a POP-UNDER window?

Hello there!Does anyone know the code for a pop-under window? This is like a pop-up, except it pops under the window you just opened. Sort of like those "tiny wireless" camaras they sell all over the web.Thanks!Ivan
[250 byte] By [techno_mania] at [2007-9-26 3:05:06]
# 1
<script><!--window.open("pop.html","pop_under_window","width=500,height=75,toolbar=no");self.focus();//--></script>?
jsalonen at 2007-6-29 11:06:34 > top of Java-index,Archived Forums,Java Programming...
# 2

Joni,

Thanks for your reply. I tested it out and it works, except that I can not seem to load the right page into the pop-under. Is the adress of the page supposed to replace pop.html in your code?

If I type an address in place of pop.html, I'm given an error message. What do I have to do?

Thanks,

Ivan

techno_mania at 2007-6-29 11:06:34 > top of Java-index,Archived Forums,Java Programming...
# 3
> Is the adress of the page supposed to replace> pop.html in your code?Yep.> If I type an address in place of pop.html, I'm given an error message. What do I have to do?Post the error message here (and the code that causes it).
jsalonen at 2007-6-29 11:06:34 > top of Java-index,Archived Forums,Java Programming...
# 4
This is Java? This should at least be in the JSP category.
smiths at 2007-6-29 11:06:34 > top of Java-index,Archived Forums,Java Programming...
# 5
Nope; this should be in some JavaScript forum; a long way from here. But I'm sick of reminding people about it...
jsalonen at 2007-6-29 11:06:34 > top of Java-index,Archived Forums,Java Programming...
# 6
I figured it out. Must have been a typo. Thanks.
techno_mania at 2007-6-29 11:06:34 > top of Java-index,Archived Forums,Java Programming...