Linking to another websites framset.

liunx

Guest
I am having trouble linking to another sites frameset with out breaking it. Does anybody know the code to linking to a frameset of a framed site. Here is the site I am talking about: <!-- m --><a class="postlink" href="http://cscwww.cats.ohiou.edu/~skulls/SKULLS.HTM">http://cscwww.cats.ohiou.edu/~skulls/SKULLS.HTM</a><!-- m --> <br />
<br />
Now I know I could just link to that, but I want to link directly to each link on the framed sites navbar while keeping the frameset intact. The problem is the address stays the same and i am having trouble figuring out the source(html) code.<br />
<br />
Here is the site that I am trying to link from: <!-- m --><a class="postlink" href="http://pub84.ezboard.com/balumniouskullscom">http://pub84.ezboard.com/balumniouskullscom</a><!-- m --> About halfway down on the navbar on the lef you will see what I am talking about. The links to the framed "Active Site" have been left blank because if I just link to the specific page in the site it will not bring all the frames just the specific one.<br />
<br />
Any ideas on the code for my situation? Thanks in advance and sorry for the long windedness.<br />
<br />
Christian Adams<!--content-->me confused...<!--content-->If I want to link to <!-- m --><a class="postlink" href="http://cscwww.cats.ohiou.edu/~skulls/SKULLS.HTM">http://cscwww.cats.ohiou.edu/~skulls/SKULLS.HTM</a><!-- m --> I get the frameset, but if I link to <!-- m --><a class="postlink" href="http://cscwww.cats.ohiou.edu/~skulls/welcome.htm">http://cscwww.cats.ohiou.edu/~skulls/welcome.htm</a><!-- m --> all I get is the one page.<br />
<br />
I want to be able to make a link that will do the same thing as <!-- m --><a class="postlink" href="http://cscwww.cats.ohiou.edu/~skulls/SKULLS.HTM">http://cscwww.cats.ohiou.edu/~skulls/SKULLS.HTM</a><!-- m -->, but with the welcome.htm as the target.<br />
<br />
Make any sense? I want to link to each frameset without breaking the frames. I want to link each frameset separately and still having all the frames intact. If a user was to click on home he would get this:<!--content-->If the user where to click on history he would get this:<!--content-->and so on down the line.<!--content-->As far as I know, you would need to create your own frameset document and plugin the URLs of the site you are trying to link to. But unless you have their permission or its your own website, that would be very uncool. <br />
<br />
Those skulls look familiar, maybe an aunt or uncle of mine.....<br />
<br />
Kevin<!--content-->Yeah. I have permission. Its my buddies site. How would I go about doing that as far as creating my own frameset?<!--content-->Here is the code of your buddies frameset document:<br />
<br />
<br />
<br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><br />
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"><br />
<meta name="ProgId" content="FrontPage.Editor.Document"><br />
<title>SKULLS of OHIO U.</title><br />
</head><br />
<br />
<frameset rows="75,*,65"><br />
<frame name="top" scrolling="no" noresize target="contents" src=http://www.htmlforums.com/archive/index.php/"Header.htm"><br />
<frameset cols="150,*"><br />
<frame name="contents" target="main" src=http://www.htmlforums.com/archive/index.php/"Side.htm" scrolling="auto" style="text-align: left; word-spacing: 0; margin-top: 0; margin-bottom: 0"><br />
<frame name="main" target="contents" src=http://www.htmlforums.com/archive/index.php/"welcome.htm"><br />
</frameset><br />
<frame name="bottom" scrolling="no" noresize target="contents" src=http://www.htmlforums.com/archive/index.php/"Footer.htm"><br />
<noframes><br />
<body><br />
<br />
<p>This page uses frames, but your browser doesn't support them.</p><br />
<br />
</body><br />
</noframes><br />
</frameset><br />
<br />
</html><br />
<br />
<br />
you would need to make one similar to it but use the full URLs to the pages instead of the "short" URLs (src=http://www.htmlforums.com/archive/index.php/"Footer.htm"). Add or modify exisiting frames to suit your own purpose.<br />
<br />
Regards,<br />
Kevin<!--content-->right. that is about as far as I got. But how would I apply that to one link coming from outside the site? I don't see how making my own frameset from an ezboard will help. Sorry to sound ignorant and unwilling. I don't want to come off sounding like it. I am just trying to understand. When it comes to frames I have a hard time trying to "think outside the box."<br />
<br />
here is the code as I have it set up now:<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/h**p://cscwww.cats.ohiou.edu/~skulls/Welcome.htm><font size=-2 face=verdana>Welcome</font></a><br />
<br />
This of course just brings up the welcome page and not the three other frames that go along with it.<br />
<br />
If I typed this:<br />
<a href=http://www.htmlforums.com/archive/index.php/h**p://cscwww.cats.ohiou.edu/~skulls/Welcome.htm><a href=h**p://cscwww.cats.ohiou.edu/~skulls/Header.htm><a href=h**p://cscwww.cats.ohiou.edu/~skulls/Side.htm><a href=h**p://cscwww.cats.ohiou.edu/~skulls/Footer.htm<font size=-2 face=verdana>Welcome</font></a><br />
<br />
Is that what you mean by long hand?<!--content-->Right, I've had a look at both sites and I think I know what you're getting at. The menu on the left of the Skullz of Ohio website is also included as part of your ezboard. When someone clicks on one of these links on the ezboard you want it to open the Skulls of Ohio site with the relevant pages in the frames.<br />
<br />
I think the only way you can do this is to create several framesets, one for each link. For instance, for the Events link you want the site to open with the events page in the main frame, so you would create a frameset and specify that the events.htm file opens in that frame.<br />
<br />
What Kevin meant was instead of using events.htm in the code you would use:<br />
<br />
<!-- m --><a class="postlink" href="http://cscwww.cats.ohiou.edu/~skulls/events.htm">http://cscwww.cats.ohiou.edu/~skulls/events.htm</a><!-- m --><br />
<br />
This method is going to be very messy though and I'm not sure that it would work very well.<br />
<br />
Can you not just have the one link on the ezboard that takes the person to the Skulls of Ohio site main page? From there they can navigate to the different areas using the menu on the site. It would save you an awful lot of work and would make things so much less complicated.<!--content-->Yeah. Of course I could. I just thought I would match what I was doing with the Alumni Site for reasons of continuity.<br />
<br />
I do appreciate all your guys help. Maybe I can convince my buddy not get rid of frames. :)<!--content-->
 
Back
Top