lingo5 Posted February 12, 2010 Share Posted February 12, 2010 Hi, I have this link: /indexOLD.php?idioma=eng and I want the new page to open in the same window....I know it must be simple, but can't get it to work. Help will be appreciated. Thanks Link to comment https://forums.phpfreaks.com/topic/191867-help-with-very-basic-link/ Share on other sites More sharing options...
Deoctor Posted February 12, 2010 Share Posted February 12, 2010 add a target_blank to the line <form method="POST" action=" <? echo $navurl; ?> "target="blank"> like this Link to comment https://forums.phpfreaks.com/topic/191867-help-with-very-basic-link/#findComment-1011309 Share on other sites More sharing options...
lingo5 Posted February 12, 2010 Author Share Posted February 12, 2010 Thanks, but could I add it to a URL? example: http://www.mydomain.com/indexOLD.php?lang=eng&target=blank Can this be done? Link to comment https://forums.phpfreaks.com/topic/191867-help-with-very-basic-link/#findComment-1011431 Share on other sites More sharing options...
mikesta707 Posted February 12, 2010 Share Posted February 12, 2010 <a href="http://www.mydomain.com/indexOLD.php?lang=eng" target="blank">Link text</a> Link to comment https://forums.phpfreaks.com/topic/191867-help-with-very-basic-link/#findComment-1011432 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.