Closing Browser

Closing Browser

am 03.12.2010 06:45:50 von Ethan Rosenberg

Dear List -

How do I close the browser window, with a script [shell or Perl],
after I exit PHP?

Thanks.

Ethan

MySQL 5.1 PHP 5 Linux [Debian (sid)]



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

Re: Closing Browser

am 03.12.2010 06:55:32 von huixinchen

echo <<


<<
Best regards

惠新宸 Xinchen Hui
http://www.laruence.com/

On 2010/12/3 13:45, Ethan Rosenberg wrote:
> Dear List -
>
> How do I close the browser window, with a script [shell or Perl],
> after I exit PHP?
>
> Thanks.
>
> Ethan
>
> MySQL 5.1 PHP 5 Linux [Debian (sid)]
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

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

Re: [PHP] Closing Browser

am 03.12.2010 16:37:34 von Ethan Rosenberg

At 12:55 AM 12/3/2010, æƒ æ­°å®¸ wrote:
>echo << >
>
>
><< >
>Best regards
>
>æƒ æ­°å®¸ Xinchen Hui
>http://www.laruence.com/
>
>On 2010/12/3 13:45, Ethan Rosenberg wrote:
>>Dear List -
>>
>>How do I close the browser window, with a script [shell or Perl],
>>after I exit PHP?
>>
>>Thanks.
>>
>>Ethan
>>
>>MySQL 5.1 PHP 5 Linux [Debian (sid)]
>>
>>
>>
>>--
>>PHP General Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
++++++++++

Thank you.

I probably did state my question correctly. Let's try again...

I have two(2) browser tabs open. One is a Google=20
search and the other is my PHP script. When my=20
PHP script exits, I want that tab to close.

Sorry for any confusion.

Ethan

MySQL 5.1 PHP 5 Linux [Debian (sid)]=20



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

Re: [PHP] Closing Browser

am 06.12.2010 22:39:13 von TedD

At 12:45 AM -0500 12/3/10, Ethan Rosenberg wrote:
>Dear List -
>
>How do I close the browser window, with a script [shell or Perl],
>after I exit PHP?
>
>Thanks.
>
>Ethan


Ethan:

PHP runs before the browser reads the result. As such, if PHP closed
the window when it exited, then there would not be an open window for
the user to see.

I suggest you re-think what you are trying to do. In fact, if you
simply state what you are trying to do, it might be a better way to
get our opinion.

Cheers,

tedd

--
-------
http://sperling.com/

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

RE: [PHP-DB] Re: [PHP] Closing Browser

am 06.12.2010 22:44:53 von Oddity Software LLC

If you are trying to do some automation type stuff you might want to look at
something like Robo Task -
http://www.robotask.com/

You can schedule a browser open to specified URL's (php script) and have it
close the window handle after the page is loaded.

Regards,

Will T
Chief Technical Officer

Oddity Software LLC
Toll Free 1.888.506.5995
http://www.odditysoftware.com


-----Original Message-----
From: tedd [mailto:tedd.sperling@gmail.com]
Sent: Monday, December 06, 2010 3:39 PM
To: Ethan Rosenberg; php-db-lists.php.net; php-general@lists.php.net
Subject: [PHP-DB] Re: [PHP] Closing Browser

At 12:45 AM -0500 12/3/10, Ethan Rosenberg wrote:
>Dear List -
>
>How do I close the browser window, with a script [shell or Perl], after
>I exit PHP?
>
>Thanks.
>
>Ethan


Ethan:

PHP runs before the browser reads the result. As such, if PHP closed the
window when it exited, then there would not be an open window for the user
to see.

I suggest you re-think what you are trying to do. In fact, if you simply
state what you are trying to do, it might be a better way to get our
opinion.

Cheers,

tedd

--
-------
http://sperling.com/

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



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