473,396 Members | 1,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

IE refresh to homepage after IE is idle

Hi all,
Desktop Support guy here so I'm very green. Here's what I need to accomplish.

1. IE to run in kiosk mode.
2. IE to refresh to the start page or homepage when the browser page is idle for 5 minutes.

After reading a few post here (helpful site by the way) I found the following which creates my own page and refreshes the page after a set amount of time but not specifying if its idle. It also doesn't run in kiosk mode. Can this be modified to do what I need or is there an easier way to do this:

<html>

<head>
<title>New Page"</title>
<meta http-equiv="Refresh" content="10">

</head>

<frameset rows="*">
<frame name="main" src="http://whatever.website.you.want" scrolling="auto"
target="_self">
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>
Oct 10 '06 #1
0 1830

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Doron | last post by:
Hi all I need to Delete a user from a database open with user that do not have permision to do so I have created a function that will create new workspace with UserName and Password of one that...
1
by: Claus Konrad | last post by:
What's the difference between calling the first and the second (see subject). Thanks! /Claus
0
by: Hyper X | last post by:
Hey guys, I have about 150 forms using the ComboBoxes. There is at least one combobox in every form. I am filling the comboboxes on FormLoad of every form. Eg., Fill Staff table on form...
3
by: Mark | last post by:
Hi, I don't know if I'm just missing something obvious, but when running my app, not matter what page I'm on, when I hit 'refresh' on my browser, it takes me back to my homepage. I'm using...
2
by: Dr. Paul Caesar - CoullByte (UK) Limited | last post by:
Hi, I have created a Logout ASP.NET application using Forms Authentication. When a user logs out they get a confirmation page confirming logout and a button to click to return to the homepage....
10
by: Joey_Stacks | last post by:
Does anyone know of a scipt that will rotate random div layers on page refresh? I have a primary content area front and center on my site homepage, and I'd like to rotate various chunks of html...
1
by: loganmoore | last post by:
Ok I simply need to create a form with the WebBrowser control taking up the entire window. Then for instance if the computer has been idle for say a minute then it would Navigate back to the main...
1
by: waqasahmd | last post by:
Hi all, I have a Homepage.aspx on which there are search button when i clicked that button a new popup window is opened and i do some stuff there. Now i want that when i close that window i...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.