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 Quote Link to comment 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 Quote Link to comment 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? Quote Link to comment 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> Quote Link to comment 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.