I am developing a page in php and javascript and I need to be able to notify the user if they didn’t submit the page within 10 minutes, for this to work I need to bring the browser in front of all other applications running on the machine.
Is there any possibility that this can be done?
ok, without html5 and that too user confirming the security popup, its impossible to bring the window on to front, atleast on IE it used to show a blink when there is a popup, but in chrome each runs on a seperate process and you wont even notice a blink too.
and well its not a mobile though, where you can use push notifications from the server to bring your app back