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/