![]() |
![]() |
![]() |
Anything like window.createPopup for Mozilla? IE5.5+ has this method to create popup windows that, when they lose focus hide themselves. This is useful for making things like menus and drop-down controls (date picker, custom combo box, etc.)
Wayne
I don't mean to troll, but popups are going the way of the <blink> tag. I imagine a great many users now have the Google bar or something installed that is killing popups. Maybe there's some other way you can make this work.
untroll
createPopup != window.open. see examples in post above.
mb
While I agree that popup and popunder ads are going the way of the dodo, it should be noted that the Google Toolbar doesn't stop popup windows. It stops UNREQUESTED popup windows.
Brad Wilson (dotnetguy.techieswithcats.com)
window.createPopup
,
"Is there anything like this for Mozilla or other "standards compliant" browsers?"
Tom H
One way of finding out is to look at a site that uses your feature in IE and then in Mozilla. If it works in Mozilla then open the source of that site and track down the included javascript.
nobody
Hmm, I don't think that I explained myself that badly. I think mb got my drift.
Wayne
I think OverLib will do everything you are looking for in a cross browser way:
Colm Larkin
Except IE popup objects have one great advantage: they are NOT limited to ONE frame, and can even be out of the window itself.
AL
|