RobBroekhuis
Technical User
I found a way of using popup windows in the PHP forum FAQs, but thought this was probably a more appropriate forum to discuss. The code in my page is below:
This worked just fine for a little while, and now it doesn't - IE just opens the page into the active window, not in a new one. Am I doing something wrong?
Rob
![[flowerface] [flowerface] [flowerface]](/data/assets/smilies/flowerface.gif)
Code:
<a href="registryprint.php?registrar=Cory",
onclick="window.open this.href,'popupwindow','resizable'); return false;">
Printable page</a>
This worked just fine for a little while, and now it doesn't - IE just opens the page into the active window, not in a new one. Am I doing something wrong?
Rob
![[flowerface] [flowerface] [flowerface]](/data/assets/smilies/flowerface.gif)