Jump to content

[SOLVED] IE problem but not in Firefox


Asheeown

Recommended Posts

Alright, I have a page that in plain HTML works fine in both firefox and internet explorer.  The HTML version uses IFrames.

 

Now, in PHP I took it and made it to just a plain "include()" the basic pages.  It works perfectly in firefox all the links, login system.  However, in IE6 and IE7, when you click ANY link it opens it in a new page, now it only opens one new page.  All the rest of the links clicked are opened in that first new page and any links clicked INSIDE the new page opens up fine.

 

Check it out for yourself

 

http://pointcomfort.lhhost.com

 

Check it in firefox and then IE

Link to comment
https://forums.phpfreaks.com/topic/101763-solved-ie-problem-but-not-in-firefox/
Share on other sites

my question would be why would you want to load the new page in a new tab or new window? That is very annoying

 

He clearly doesn't want it to. But the target attribute in the base tag tells the browser to open all links somewhere called "I1", and that's messing it up.

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.