--- Karina S <[EMAIL PROTECTED]> wrote: > Hello, > > I want to make a php application, which displays different text in > separate > windows. I mean for example a new window will open with text "Hello > 1" and a > second window opens with text "Hello 2". > > How is it possible with php? >
It's not. You'd have to use Javascript. Now, if you wanted to use PHP pages in those windows, you can call the PHP files from the Javascript that opens the windows. window.open(<url>, <windowName>, <features>) <url> can point to a PHP file. > Thanks! > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > ===== 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!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php