shebbycs Posted November 29, 2011 Share Posted November 29, 2011 this one is form2 .php and there is action link button where im want the target to open new browser for example now m using google chrome so when im click the action link it will open another browser which is bit actually the photo is in one im dont know how to combine that why im splitted but how to target like that Quote Link to comment https://forums.phpfreaks.com/topic/252014-php-a-href-target/ Share on other sites More sharing options...
Spring Posted November 29, 2011 Share Posted November 29, 2011 <a href="YOURSITE" target="_blank"></a> Is that what you meant? Open target in new window? Quote Link to comment https://forums.phpfreaks.com/topic/252014-php-a-href-target/#findComment-1292077 Share on other sites More sharing options...
shebbycs Posted November 29, 2011 Author Share Posted November 29, 2011 <a href="YOURSITE" target="_blank"></a> Is that what you meant? Open target in new window? no because when im using blank target it will open new tab and show that banip.php but what im want is when its click action its still open in same window but another reload window Quote Link to comment https://forums.phpfreaks.com/topic/252014-php-a-href-target/#findComment-1292084 Share on other sites More sharing options...
MasterACE14 Posted November 29, 2011 Share Posted November 29, 2011 You can use javascript to open a new window. Quote Link to comment https://forums.phpfreaks.com/topic/252014-php-a-href-target/#findComment-1292085 Share on other sites More sharing options...
Spring Posted November 29, 2011 Share Posted November 29, 2011 So you're looking for http://www.javascript-coder.com/window-popup/javascript-window-open.phtml Quote Link to comment https://forums.phpfreaks.com/topic/252014-php-a-href-target/#findComment-1292086 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.