Javascript focus to popup window
Hi
I am trying to show a pop-up window for every 30 sec. If the pop-window is minimized once then it's not coming to the top if the user is in another application. Please help me on this.
My current program.
<html>
<head>
<meta http-equiv="refresh" content ="30">
<script>
function test()
{
var t= window.open('lightAlert.html','Rajesh','height=500,width=350');
t.focus();
}
</script>
</head>
<body onload = test()>
</body>
</html>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks