rashmi_k28 Posted August 1, 2008 Share Posted August 1, 2008 How to open one page in new window and another in same window using radio button. <FORM NAME="example" class="frm" onreset="disableField()" target=_blank onSubmit="return checkForm(this);" action="a.php"> There are 4 radio buttons I have to open option 4 in another page and option 1,2,3 in same window Link to comment https://forums.phpfreaks.com/topic/117668-open-in-another-window/ Share on other sites More sharing options...
DarkWater Posted August 1, 2008 Share Posted August 1, 2008 What does this have to do with PHP? Link to comment https://forums.phpfreaks.com/topic/117668-open-in-another-window/#findComment-605252 Share on other sites More sharing options...
Pyro Posted August 1, 2008 Share Posted August 1, 2008 for your target put quotations marks, so its target="_blank" and that should work Link to comment https://forums.phpfreaks.com/topic/117668-open-in-another-window/#findComment-605491 Share on other sites More sharing options...
TheFilmGod Posted August 3, 2008 Share Posted August 3, 2008 for your target put quotations marks, so its target="_blank" and that should work I strongly discourage against this. Many users, like me, get frustrated when a program forcibly opens a new window! ARG! Link to comment https://forums.phpfreaks.com/topic/117668-open-in-another-window/#findComment-606777 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.