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
<script><!--window.open("pop.html","pop_under_window","width=500,height=75,toolbar=no");self.focus();//--></script>?
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