Jump to content
xisto Community
jamesleon

Help me I don't know Wy the links are bad

Recommended Posts

I have this site http://forums.xisto.com/no_longer_exists/ but the link don't fuction.I make this code:<HTML> <HEAD> <TITLE>RadikalSoft Inc.</TITLE> </HEAD> <BODY> <frameset rows="5,*" border="no"> <frame src="htm/header.htm" scrolling="no" noresize frameborder="no"> <frameset cols="10%,*" border="no"> <frame src="htm/menu.htm" scrolling="no" noresize frameborder="no"> <frame name="Principal" src="htm/principal.htm" scrolling="yes" noresize frameborder="no"> </frameset> </frameset> </BODY></HTML>but the links "htm/header.htm", "htm/menu.htm" and "htm/principal.htm" don't function and he don't show me nothing. but if I write http://forums.xisto.com/no_longer_exists/ he show me te page but in the frame in the index.htm don't show me. Wy.Please help me now. :):):P

Share this post


Link to post
Share on other sites

I have this site http://forums.xisto.com/no_longer_exists/ but the link don't fuction.

I make this code:

 

<HTML>

 

  <HEAD>

      <TITLE>RadikalSoft Inc.</TITLE>

  </HEAD>

  <BODY>

      <frameset rows="5,*" border="no">

      <frame src="htm/header.htm" scrolling="no" noresize frameborder="no">

      <frameset cols="10%,*" border="no">

      <frame src="htm/menu.htm" scrolling="no" noresize frameborder="no">

      <frame name="Principal" src="htm/principal.htm" scrolling="yes" noresize frameborder="no">

      </frameset>

      </frameset>

  </BODY>

</HTML>

 

but the links "htm/header.htm", "htm/menu.htm" and "htm/principal.htm" don't function and he don't show me nothing. but if I write http://forums.xisto.com/no_longer_exists/ he show me te page but in the frame in the index.htm don't show me. Wy.

 

Please help me now. :)  :)  :P

<{POST_SNAPBACK}>


Does even the index.htm or all the other pages exists???

 

If they do then did you link it correctly??? What I mean correctly is that did you spell the file name correctly??? Is it in the directroy you specified???

 

Last and most important, is their any data on the files them selves???

Share this post


Link to post
Share on other sites

jamesleon,
you can not have <BODY> tags and <FRAME> tags in the same html file. Either one or the other. In this case you want the <FRAME> tags. So use the code below:

<HTML><HEAD><TITLE>RadikalSoft Inc.</TITLE></HEAD><frameset rows="5,*" border="no"><frame src="htm/header.htm" scrolling="no" noresize frameborder="no"><frameset cols="10%,*" border="no"><frame src="htm/menu.htm" scrolling="no" noresize frameborder="no"><frame name="Principal" src="htm/principal.htm" scrolling="yes" noresize frameborder="no"></frameset></frameset></HTML>

You also might consider making a no frames page, if so you can put a link to it for browsers that don't consider frames like this (stick it after </frameset> and before </HTML>:
<NOFRAMES><A HREF="htm/noframes-index.html">For no frames version, click here</A></NOFRAMES>

Share this post


Link to post
Share on other sites

And jamesleon, please do pick a forum and post there, not in two or more fora. :)
http://forums.xisto.com/topic/80306-topic/?findpost=1064276596

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.