Frame, want to load a link from navigation frame to content frame and remove |
||
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.
Zymic Webmaster Forums Web Design & Development Client Side Scripting HTML and CSS |
||
Frame, want to load a link from navigation frame to content frame and remove |
||
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 |
|
|
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 ![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 26th May 2013 - 12:49 AM |