monicao Posted September 22, 2007 Share Posted September 22, 2007 Hello, I've got a site (PHP and MySql), that was made with frames, but I've decide to get rid of frames and I've made this site through cells table and CSS. But now I've got a big problem: any link I click on my menu (from the left), the new page opens in a new window and I want that the new page to be opened in the same window, the initial window. What should I do for this? I want that browser opens new pages of my site in the same window. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/70261-links-open-in-another-window/ Share on other sites More sharing options...
Psycho Posted September 22, 2007 Share Posted September 22, 2007 Most likely your links have a TARGER attribute. You will need to remove those. Quote Link to comment https://forums.phpfreaks.com/topic/70261-links-open-in-another-window/#findComment-352865 Share on other sites More sharing options...
rarebit Posted September 22, 2007 Share Posted September 22, 2007 Look at all the link tags (<a href...) and remove the 'target' part! Quote Link to comment https://forums.phpfreaks.com/topic/70261-links-open-in-another-window/#findComment-352866 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.