Results 1 to 3 of 3
Thread: Auto Refresh a Java Popup Page?
- 06-06-2011, 07:59 PM #1
Member
- Join Date
- May 2011
- Posts
- 3
- Rep Power
- 0
Auto Refresh a Java Popup Page?
Hello. Sorry if this is a FAQ. I did do a search of the forum, found a similar thread, but there has been no activity, so not sure if it even showed up on the recent active threads since it was so old.
Here is the thread: Browser's back button refresh the pages
Basically, I have a company portal I have to log into, and they recently took the log out for inactivity from 60 minutes to 30 minutes and it is creating a read challenge.
Is there anyway to make that page refresh? The standard AutoRefresh extensions do not work, partly because there is no normal Context Menu to get it started.
Any ideas?
Thanks in advance!!
Drew
- 06-07-2011, 08:42 AM #2
Member
- Join Date
- Mar 2011
- Posts
- 3
- Rep Power
- 0
Hi call this script ,it will refresh the page
<script>
function timedRefresh(timeoutPeriod) {
setTimeout("location.reload(true);",timeoutPeriod) ;
}
</script>
- 06-07-2011, 06:46 PM #3
Member
- Join Date
- May 2011
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
Web page refresh
By Araganaus in forum New To JavaReplies: 1Last Post: 09-03-2009, 08:06 PM -
refresh the jsp page(ajax)
By lukky in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-28-2008, 09:17 AM -
warning that page has expired and i need to refresh the page again
By 82rathi.angara in forum JavaServer Pages (JSP) and JSTLReplies: 5Last Post: 07-15-2008, 01:48 PM -
Refresh the page
By udhayageetha in forum AWT / SwingReplies: 2Last Post: 07-01-2008, 09:03 AM -
How to Refresh the same page by JSP
By AbuAziz in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 12-10-2007, 04:06 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks