Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Blinking browser taskbar button

Status
Not open for further replies.

jimbojames5645

Programmer
Dec 12, 2003
36
US
Is there a way to cause the taskbar button of the browser to flash/blink? I want to be notified when a certain thing happens in a script that runs continuously, i.e.,
if($x = 5)
{
//browser taskbar button flashs
}


 
Hi,

I don't think this is possible -unless windows does it on it's own (which I *think* it does if the browser window is in the background).

An other idea jumps to mind -you embed a sound clip on the refreshing page?! -sound playing if changes are made.

If you're running the server on the machine you're at, then you could maybe run a scheduled PHP script that will open a window when/if changes are made (don't know how - or if this is possible: just brainstorming).

Good Luck §:O)


Jakob
 
You could possibly get aways using JavaScript, try the JavaScript forum
 
I don't belive that's possible.
Another thing you can do is to send some JavaScript that opens a new window, which will pop up unless you have a pop-up blocker.
Or send yourself an e-mail.
All solutions suggested have nothing to do with PHP besides the circumstance that the code will be sent to the browser by a PHP script.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top