force opening of a script in new window without javascript

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
stevieSky
Forum Newbie
Posts: 10
Joined: Wed Apr 26, 2006 4:18 pm

force opening of a script in new window without javascript

Post 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
User avatar
coolaid
Forum Newbie
Posts: 4
Joined: Mon Apr 03, 2006 4:27 am

Post by coolaid »

unless you didn't mention something, target="_blank" in the <a> tag can do it 8)
stevieSky
Forum Newbie
Posts: 10
Joined: Wed Apr 26, 2006 4:18 pm

Post 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
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post 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
Post Reply