Frame Redirect
Does anyone know a code so I can refresh just 1 frame by entering the code in a different frame like put the code in main frame and it refreshing left frame.
:bday: :alien:
Does anyone know a code so I can refresh just 1 frame by entering the code in a different frame like put the code in main frame and it refreshing left frame.
:bday: :alien:
Jack Michaelson posted this at 18:21 — 5th November 2001.
He has: 1,733 posts
Joined: Dec 1999
place this in the main frame:
where 'left' is the name of your leftframe.
I did not test it so it might not work...
theyapps posted this at 02:03 — 6th November 2001.
They have: 21 posts
Joined: Nov 2001
I want a code to where when some one loads my page it waits 5 secs then sends left frame to a new site, but-- I need to enter the code in a different frmae then the one that refreshes. I also need to enter it in the Tags
MarcD posted this at 03:07 — 6th November 2001.
They have: 38 posts
Joined: Oct 2001
why cant you put a refresh tag in the frame you want refreshed ?
Jack Michaelson posted this at 08:30 — 6th November 2001.
He has: 1,733 posts
Joined: Dec 1999
place this in the body section of the right frame:
<script language="javascript">
setTimeout ("parent.left.location.replace('left2.html')", 5000);
</script>
left = the name of the left frame
left2.html = the target site
5000 = 5 seconds
As far as I know it works both in IE and NS.
Hope it helps
Shakespeare: onclick || !(onclick)
theyapps posted this at 12:56 — 6th November 2001.
They have: 21 posts
Joined: Nov 2001
thanx
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.