--- Mark McCulligh <[EMAIL PROTECTED]> wrote:
> I was wondering if anyone knows of a way to
> create a pop-up using PHP or other language to
> do the same thing as JavaScript window.open
> method. I have an app that uses the JavaScript
> popup but now with those popup stopper it will
> not always work.

That is the point.

> For I am looking for another way of creating
> popups. Does anyone know of a way other then
> window.open to control the window's size and
> remove things like the toolbar, address bar,
> etc..
> 
> Is there a way to control is through PHP and the
> header information? or I am look for something
> that doesn't exist.

No, PHP cannot help you here. Controlling client behavior
like that is not something that is within the scope of HTTP
either, so there are no headers that do anything like that.
You must depend on some sort of client-side scripting.

Chris

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

Reply via email to