Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsWeb Design & DevelopmentClient Side ScriptingHTML and CSS right
  Closed Topic Start new topic
left right
eliteedition
post Jul 28 2010, 01:58 AM
Post #1


Newbie
*

Group: Members
Posts: 13
Joined: 26-July 10
Member No.: 150,605



Is there a way to click a link in navigation frame and have it load on the content frame while removing the previous info on the content frame.........

This is what i did.
i create a index.html with the following


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Welcome to Elite Edition</title>
</head>

<frameset
rows="20%,80%,20%" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="/menu.html"/>
<frameset cols="20%,80%" frameborder="0" border="0"
framespacing="0"
>
<frame name="navigation" src="/navigation.html">

<frame name="contents" src="/contents.html">

</frameset>
<frame name="footer" src="/footer.html"/>
</frameset>
</html>

the info on the navigation frame are as follows:
<!doctype HTML PUBLIC "-//W3C//
DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/
loose.dtd">
<html>
<head>
<title>navigation</title>
<link rel="StyleSheet" type="text/css" href="/style/style.css"/></head><body>

<ul></li><big><b><i>NOKIA 5800 DOWNLOADS</i></b></big></li>
<li><a href="/downloads/nokia/appsindex.html" target="contents">Applications</a></li>
<li><a href="/downloads/nokia/gamesindex.html" target="contents">Games</a></li>
<li><a href="/downloads/nokia/themesindex.html" target="contents">Themes</a></li></ul></body></html>



please help me
Go to the top of the page 
 
  + Quote Post
Andrew
post Aug 16 2010, 11:19 AM
Post #2


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



<a href="/downloads/nokia/appsindex.html" target="contents">Applications</a>
Should work fine.
Go to the top of the page 
 
  + Quote Post
eliteedition
post Aug 17 2010, 03:15 AM
Post #3


Newbie
*

Group: Members
Posts: 13
Joined: 26-July 10
Member No.: 150,605



QUOTE(Andrew @ Aug 16 2010, 11:19 AM) *
<a href="/downloads/nokia/appsindex.html" target="contents">Applications</a>
Should work fine.




I got it working already. however sometime the links in the content frame sometimes load out of the frames in to a new page.

Is there a way to stop this from occuring if not any recommended substitute for frames..............
Go to the top of the page 
 
  + Quote Post
 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 24th May 2013 - 11:56 AM