Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Return Frame for links

Quote Reply
Re: Return Frame for links In reply to
I made those changes and still just an empty browser window. In the original thread from way back that widgetz posted he showed two options. One modify the various templates and the other was to use the rate templates and simply modify them.

I chose to modify to rate templates because that seemed the most straight forward.

So, I know I'm in way over my head in all this but it seems that if the frames are showing up in the source code of the page AND I'm not getting an error message, well, at least I should see something.

Source Code for Sample Page


<html>
<head><title>Abilene Christian University</title></head>
<body>
<frameset rows="70,*">
<frame name="top" src="http://churchfun.com/cgi-bin/links/jump.cgi?ID=3&display=1" marginwidth="10" marginheight="10" scrolling="no" frameborder="no">
<frame name="bottom" src="http://www.acu.edu" marginwidth="10" marginheight="10" scrolling="auto" frameborder="no">
</frameset>
</body>
</html>


As you can see, the new code you suggested did make it all the way to the browser but no pages are visible.

After I see something and know that the frames are working I'll go back and tweak the top frame.

One more thing to consider. Mine is a FrontPage 2000 site. I had to jump through some hoops just to get the html pages working because of FP2000. Could that be the reason for this problem?



[This message has been edited by Curt (edited March 16, 2000).]
Subject Author Views Date
Thread Return Frame for links Curt 2000 Mar 15, 2000, 5:37 AM
Post Re: Return Frame for links
Stealth 1965 Mar 15, 2000, 2:11 PM
Post Re: Return Frame for links
Curt 1977 Mar 15, 2000, 10:13 PM
Post Re: Return Frame for links
Stealth 1955 Mar 16, 2000, 7:56 AM
Post Re: Return Frame for links
Curt 1956 Mar 16, 2000, 9:27 AM
Post Re: Return Frame for links
Stealth 1959 Mar 16, 2000, 9:42 AM