3 Jul 2006 at 19:33 #1 Phaser Phaser Associate Joined 17 Mar 2004 Posts 1,562 Hi all. Quick question, how do I open a page in a window of a certain size? Found a code on Google and tried using that but it worked on FF and not IE. Cheers.
Hi all. Quick question, how do I open a page in a window of a certain size? Found a code on Google and tried using that but it worked on FF and not IE. Cheers.
3 Jul 2006 at 20:07 #2 GeForce GeForce Soldato Joined 14 Feb 2006 Posts 4,644 Location Surrey, UK <a href="#" onClick='window.open("http://www.google.com","mywind","width=500,height=300")'>test link</a> Works fine in IE and FF for me Jon
<a href="#" onClick='window.open("http://www.google.com","mywind","width=500,height=300")'>test link</a> Works fine in IE and FF for me Jon