Jump to content

changing target frame


Smudly

Recommended Posts

I am working on a Traffic Exchange project and trying to figure out how to change the bottom frame's target website to a separate one. In the top frame, is a countdown. After the countdown hits 0, a link shows up that says "Next". After clicking this link, the top frame should stay how it is (except for the javascript timer resetting) and the bottom frame should open a new website.

 

I've been exploring some ideas on how to do this, and haven't gotten anywhere. Any help would be appreciated.

 

<html>
<head>
<title>My Traffic Exchange</title>
</head>

<frameset rows="80,*" BORDERCOLOR="#222222" BORDER="3">
          <frame src="surfbar.php" name="surf" marginwidth="O" marginheight="0" NORESIZE SCROLLING="no" />
          <frame src="http://google.com/" name="Site" marginwidth="O" marginheight="0" noresize scrolling="auto" />
</frameset>
<noframes>
<body><p>Sorry, but your Browser does not support Frames. Please open this page in a new browser.</p></body>
</noframes>

</html>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.