Frame Redirect

They have: 21 posts

Joined: Nov 2001

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.

Sad Shocked Wink Sticking out tongue Roll eyes Mad Confused :bday: Cheers! :alien:

Jack Michaelson's picture

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...

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

They have: 38 posts

Joined: Oct 2001

why cant you put a refresh tag in the frame you want refreshed ?

Jack Michaelson's picture

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 Smiling

Shakespeare: onclick || !(onclick)

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.