Jump to content

Firefox popups


ejaboneta

Recommended Posts

  Quote

get a link to pop up in its own window in firefox.

Well a popup is a new window and not the same. Or do you mean that you want a link to open in a new tab?

If you want to use a layer to display info within the same page you could use a modal script.

Link to comment
https://forums.phpfreaks.com/topic/149470-firefox-popups/#findComment-785086
Share on other sites

I want a link to open in a new window when clicked. Sorry, i didn't mean popups.

 

Well honestly.... I don't know javascript... so thats why I haven't been using it. But I was thinking some simple html. I haven't tried to open anything in a new window in a really long time, so I tried <a target="_blank"> and it works in IE but not Firefox.

 

I'll try using javascript.

Link to comment
https://forums.phpfreaks.com/topic/149470-firefox-popups/#findComment-785104
Share on other sites

target blank works fine for me. Maybe you mean that it opens up in a new tab instead of a new window. I don't think there is a way to work around that. It is a preference setting in Firefox to either open in a new window or a new tab.  I say keep it the way it is. Most Firefox users probably like using tabs over new windows.

Link to comment
https://forums.phpfreaks.com/topic/149470-firefox-popups/#findComment-785340
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.