Development| HTML| JavaScript| Questions?

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials

Latest Questions
Comments
 
Navigation Frame in HTML 
 

The given Tutorial helps you to illustrate Navigation Frame in HTML.

 

Navigation Frame in HTML

                         

The given Tutorial helps you to illustrate Navigation Frame in HTML. In this Tutorial we help you to understand how to make Navigation Frame in HTML.

First we create a html file name Navigation Frame .htm, The code create a list of hyper links of respective htm saved code, with second frame as target, which you want to show in your browser.

 

 

 

 

<a href = "label.htm" target="showframe">frame a</a><br>
<a href = "WorkingExperience.htm" target="showframe">frame b</a>


Another htm code is created, which use this hyperlink created in the Navigation Frame. The code show you a navigation frame contain frame a and frame b, which on click frame a and frame b hyperlink open the respective html page.

<frameset cols> : The <frameset cols> divide the entire web page  into vertical frameset.

<frame src> : The <frame src>  specifies the URL link to put into the frame.

<html>
<frameset cols ="100,*">
<frame src ="Navigation Frame.htm">
<frame src = "label.htm" name="showframe">
<frame src="WorkingExperience.htm" name="showframe">
</frameset>
</html>


The code is saved with .htm extension. Run it on your browser.


Output is displayed as

 

Download Source Code

                         

» View all related tutorials
Related Tags: html c object objects sed graph tag line app horizontal to lines between e li paragraph use ul apply in

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Training Courses
Tell A Friend
Your Friend Name
Software Solutions
Least Viewed
Most Rated
Recently Viewed
Search Tutorials

 

 
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Indian Software Development Company | iPhone Development Company in India | Flex Development Company in India | Java Training Delhi | Java Training at Noida |

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.