jamesleon 0 Report post Posted October 9, 2004 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. Share this post Link to post Share on other sites
Tonice112322004 0 Report post Posted October 11, 2004 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. <{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
japanick 0 Report post Posted October 11, 2004 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
lhunath 0 Report post Posted October 14, 2004 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
spacewaste1405241471 0 Report post Posted October 14, 2004 lol yeah.....you should go with frame on this setting and for your first post leon umm..... learn a lil more english we are on a english website after all Share this post Link to post Share on other sites