Link to home
Start Free TrialLog in
Avatar of isaacmc
isaacmc

asked on

How to refresh a target frame

Below is my HTML document's source, please tell me how to refresh the iframe right at the bottom every 5 seconds with this url http://192.168.0.1/log_out.htm

<html>
<head>
<title>Router Administration</title>
<style type="text/css">
a:link {  color: #0000FF; text-decoration: none}
a:hover {  color: #FF0000; text-decoration: none}
a:visited {  color: #000000; text-decoration: none}
</style>
</head>
<body bgcolor="#828282">
<center>
<font face="verdana" size=2>

<b>

<a href="http://192.168.0.1/pc_db.htm" target="content">PC Database</a>

&nbsp&nbsp&nbsp

<a href="http://192.168.0.1/groups.htm" target="content">Access Control</a>

&nbsp&nbsp&nbsp

<a href="http://192.168.0.1/status.htm" target="content">Current Status</a>

&nbsp&nbsp&nbsp

<a href="http://192.168.0.1/st_poe.htm" target="content">PPPoE Status</a>

&nbsp&nbsp&nbsp

<a href="http://192.168.0.1/i_url.htm" target="content">URL Filter</a>

&nbsp&nbsp&nbsp

<a href="http://192.168.0.1/logging.htm" target="content">Logging</a>

&nbsp&nbsp&nbsp

<a href="http://192.168.0.1/log_out.htm" target="content">Outgoing Log</a>

<br><br>

<iframe name="content" src="admin.html" width=750 height=410>

Sorry Your Browser Does Not Support "iframes"

</iframe>

</B>

</font>
</center></body>
</html>

Thanks
Isaac
ASKER CERTIFIED SOLUTION
Avatar of russellshome
russellshome

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jaysolomon
jaysolomon

No comment has been added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:

Accept: russellshome {http:#8229817}

Please leave any comments here within the next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

jAy
EE Cleanup Volunteer