Connecting Tech Pros Worldwide Forums | Help | Site Map

Auto-opening popup script when the window is minimized

xplosiveconcepts@gmail.com
Guest
 
Posts: n/a
#1: Jun 13 '07
Hello all,

I have a very simple PHP script that is reading a plain-text CSV file
and parses it out into into a HTML table to display the data. No
biggie.

What I want to do is while keeping the browser window for that page
open and minimized, i want to be able to maximize the window when the
text file has been update. This is a small script that is being used
for some dispatchers at a taxi company and the popup window is
supposed to be their list of customers to pickup. The company has
several dispatchers who are constantly updating a proprietary system,
and this system has a special program that spits out the data for
customers who need to be picked up. Every dispatcher has a link to
this PHP webpage to display the next available pickups. The only
problem is that they want to be able to minimize the browser window
and have it open automatically when a name has either been added or
removed from the pickup list.

Is is possible to integrate a javascript function to do this with PHP?

THANKS!


Randy Webb
Guest
 
Posts: n/a
#2: Jun 13 '07

re: Auto-opening popup script when the window is minimized


xplosiveconcepts@gmail.com said the following on 6/13/2007 9:34 AM:
Quote:
Hello all,
>
I have a very simple PHP script that is reading a plain-text CSV file
and parses it out into into a HTML table to display the data. No
biggie.
>
What I want to do is while keeping the browser window for that page
open and minimized, i want to be able to maximize the window when the
text file has been update.
You can't. If a user wants it minimized, then the page author can't
over-ride that choice.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
xplosiveconcepts@gmail.com
Guest
 
Posts: n/a
#3: Jun 13 '07

re: Auto-opening popup script when the window is minimized


On Jun 13, 12:37 pm, Randy Webb <HikksNotAtH...@aol.comwrote:
Quote:
xplosiveconce...@gmail.com said the following on 6/13/2007 9:34 AM:
>
Quote:
Hello all,
>
Quote:
I have a very simple PHP script that is reading a plain-text CSV file
and parses it out into into a HTML table to display the data. No
biggie.
>
Quote:
What I want to do is while keeping the browser window for that page
open and minimized, i want to be able to maximize the window when the
text file has been update.
>
You can't. If a user wants it minimized, then the page author can't
over-ride that choice.
>
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ -http://jibbering.com/faq/index.html
Javascript Best Practices -http://www.JavascriptToolbox.com/bestpractices/
Really? I thought for sure it would be possible with some DOM or
Javascript trickery. Any ideas on how I could simulate something such
as this?

Randy Webb
Guest
 
Posts: n/a
#4: Jun 13 '07

re: Auto-opening popup script when the window is minimized


xplosiveconcepts@gmail.com said the following on 6/13/2007 1:50 PM:
Quote:
On Jun 13, 12:37 pm, Randy Webb <HikksNotAtH...@aol.comwrote:
Quote:
>xplosiveconce...@gmail.com said the following on 6/13/2007 9:34 AM:
>>
Quote:
>>Hello all,
>>I have a very simple PHP script that is reading a plain-text CSV file
>>and parses it out into into a HTML table to display the data. No
>>biggie.
>>What I want to do is while keeping the browser window for that page
>>open and minimized, i want to be able to maximize the window when the
>>text file has been update.
>You can't. If a user wants it minimized, then the page author can't
>over-ride that choice.
>>
Really?
Yep, really.
Quote:
I thought for sure it would be possible with some DOM or Javascript trickery.
Nope.
Quote:
Any ideas on how I could simulate something such as this?
Make the data page a popup and have them disable tabs in IE7 so that it
opens a true new window and it will popup. Otherwise, give up and save
yourself a lot of headaches.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Closed Thread


Similar JavaScript / Ajax / DHTML bytes