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
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

Posts in this topic
eliteedition   Frame   Jul 28 2010, 01:58 AM
Andrew   <a href="/downloads/nokia/appsindex.html...   Aug 16 2010, 11:19 AM
eliteedition   <a href="/downloads/nokia/appsindex.html...   Aug 17 2010, 03:15 AM

 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 26th May 2013 - 12:49 AM