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