--- Jack Gates <[EMAIL PROTECTED]> wrote:

> Greetings,
> 
> This is my first post here and I am still new to PHP and learning. 
> I just 
> joined this list last night.
> 
> Javascript can open a separate and specifically sized window from a
> web page 
> when a user clicks on a link that might reference a note or picture
> etc.
> 
> Can this be done with PHP?  If yes, will someone tell me where in
> the manual 
> on the php.net site I can find the information to learn how to do
> this?
> 
> I have been looking through the manual on the site but without
> knowing the 
> name or names of what I am looking for it is real hard to find it.
> 

Since PHP is a server-side language, it can't really tell the browser
to do anything. However you can generate javascript from your PHP
code (if necessary) to open (and close) browser windows.

Mark

=====
Mark Weinstock
[EMAIL PROTECTED]
***************************************
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***************************************


        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to