Page 1 of 1

force opening of a script in new window without javascript

Posted: Wed Apr 26, 2006 7:28 pm
by stevieSky
Is there a way of forcing php to run a script in another browser window without closing the parent if javascript is not enabled

Posted: Wed Apr 26, 2006 9:13 pm
by coolaid
unless you didn't mention something, target="_blank" in the <a> tag can do it 8)

Posted: Wed Apr 26, 2006 9:57 pm
by stevieSky
Oh thanks for your reply....that would be perfect but i need to be able to control the window size without using javascript can you do this do you know...if you know a way of doing that it would be great

Posted: Thu Apr 27, 2006 12:43 am
by Weirdan
stevieSky wrote:Oh thanks for your reply....that would be perfect but i need to be able to control the window size without using javascript can you do this do you know...if you know a way of doing that it would be great
It's not possible in pure HTML