Html Code for frames

Html Code for frames

View Answers

May 9, 2009 at 10:59 AM

Hi Friend,

Please try the following code it requires at least 3 files :

Index.html where we will put the "frameset" code :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<TITLE>Index page</TITLE>
</HEAD>
<frameset border="0" frameSpacing="0" rows="115,*" frameBorder="0">
<frame name="top" src="" scrolling="no">
<frameset border="0" frameSpacing="0" frameBorder="0" cols="230,*">
<frame name="left" src="left.html" scrolling="no">
<frame name="main" src="page1.html" scrolling="auto">
</frameset>
</frameset>
</HTML>

Second is left.html where the links are to be present :

<html>
<head></head>
<body>Following are links :<br>
<a href="page1.html" target="main">Page 1</a>
<br>
<a href="page2.html" target="main">Page 2</a>
<br>
<a href="page3.html" target="main">Page 3</a>
<br>
<a href="page4.html" target="main">Page 4</a>
</body>
</html>

Third is page1.html which is to be displayed for the first time in the "main" frame.

We hope that this will be helpful to you.

Thanks for posting questions.
RoseIndia Team









Related Tutorials/Questions & Answers:
Html Code for frames - Development process
Html Code for frames   Hi, Can u plz send code for Frame navigation using html only.When i click link in first frame , data has... the following code it requires at least 3 files : Index.html where we will put
HTML frames
HTML frames  Are there any problems with using frames
Advertisements
HTML frames
HTML frames  Do search engines dislike frames
HTML Frames Example
HTML Frames Example  Hi, Can anyone provide me HTML Frames Example code? I have to one a web page say http://www.roseindia.net in Frame? Thanks...="frame1.html"> tags for creating frames in HTML. Read at Frames example
HTML combination of frames
HTML combination of frames  How do I specify a specific combination of frames instead of the default document
Regarding frames in HTML
Regarding frames in HTML  I have created a html page including two frames in it,one frame consists "search bar" and the other frame consists login page,when i click on "Sign In" button in login frame,it is displaying the results
HTML code
HTML code  How do I keep people from stealing my source code and/or images
Frames
Frames  using awt how i can link two frames? for example i just want that when i press on the button of frame "frame1" it takes me on another window "frame2" with desired output and hide the "frame1" please help me out
html code for student information?
html code for student information?  html code for student information
HTML - Strikethrough code.
HTML - Strikethrough code. Description : The strike is a html tag. When you... Markup Language</strike> Code : <!DOCTYPE html PUBLIC ".../TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http
Pagination example with html code
Pagination example with html code  Hi, could u please provide pagination code with clear cut explanation. Thanks in advance
HTML link code.
HTML link code. Description : It is also called hyper link. HTML provides...;/a> Code : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0.../TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
HTML - Image link code.
HTML - Image link code. Description : HTML image link is a combination... is  used as a text of anchor tag. Code : <!DOCTYPE html PUBLIC...;h1>Example of HTML Link code.</h1> <p>Please visit
Html Code - Development process
Html Code  Hi,Can u give me code for Html . headers are Date, Name and Dept . Inside Date column i want to split 2 columns. like In and Out. I have tried colspan tag , but i couldnt get d output. Thank u in advance 
HTML login page code
the complete HTML JavaScript code for User Login Page. Thanks in Advance!   ...: " + form.pwd1.value); return true; }   html registration form code...HTML login page code  Hi all, I am writing my first HTML JavaScrip
how to space images in html code
how to space images in html code  how to space images in html code
html code problem - Java Beginners
html code problem  Hi, Thank u for fast reply. In HTML form, more than one file 'action' is possible or not. regards, sakthi  Hi friend, In HTML in one form having One file action is possible. Thanks
what is the code for login page in html
what is the code for login page in html  Hi, I am total beginner in HTML coding. I want to make a login page in HTML to understand the form coding. I think login page is goot topic to start and learn. what is the code for login
what is the code for login page in html
what is the code for login page in html  Hi, I am total beginner in HTML coding. I want to make a login page in HTML to understand the form coding. I think login page is goot topic to start and learn. what is the code for login
what is the code for login page in html
what is the code for login page in html  Hi, I am total beginner in HTML coding. I want to make a login page in HTML to understand the form coding. I think login page is goot topic to start and learn. what is the code for login
HTML Color Code for White
HTML Color Code for White In this page you will find the hexadecimal color code for White color. The hexadecimal color code for white is #FFFFFF or #ffffff... Name Color code Color White  #FFFFFF   See more
HTML code example
HTML code examples In this section we are giving many html code examples which will be very useful for developers. The examples of HTML code given here... to create rich web pages and web applications. HTML Code Examples Paragraph
Html code for search - Development process
Html code for search   Hi, when i click search button .It has to display table with data. I have completed design only. Plz give code... if you want to use HTML code with JSP and Servlet to search from database
html dropdownlist code - JSP-Servlet
html dropdownlist code  hi how to get textfield in html when i select the option others in the dropdown list, pls provide the code?   Hi Friend, Try the following code: function show(){ var op
generate java code and html code - Java Beginners
generate java code and html code  create a web application for museum....a)the first page wil be a login page for administrators.. passwords for all acounts should be stored in the database and checked on login... on success ogin
javascript code for search in html file
javascript code for search in html file  Hi, I am looking for javascript code through which we can search data with specific name find in any rows in the table. Example: Id Name P001 A P002 B P003 C P004 P002 P005
Html/JavaScript code - JSP-Servlet
Html/JavaScript code  I have 2 JSPs JSP1 and JSP2. 1.in JSP1 i..., ------------------------------------------ If, you have any problem then , please send me detail with code. Thanks.  ok this is code snippet of JSP1 that is used to display teh table. --JSP1
HTML Color Code for purple
HTML Color Code for purple In this page you will find the hexadecimal color code for Purple color. The hexadecimal color code for dark purple is #800080. HTML Purple color is of two types: Dark Purple Light Purple Here
create frames
create frames  How do I create frames? What is a frameset
frames - Java3D
frames  how can i create multiple frames in java?  Hi Friend, You can use JInternalFrame class to create multiple frames in java as we have used in the following code: import javax.swing.*; import
to run html code in web browser - JSP-Servlet
to run html code in web browser  how to run jsp file which calls html file on web browser??  Hi Friend, Try the following code: 1)form.jsp: Enter Name: 2)welcome.html: Add Profile Edit
View source code of a html page using java ..
View source code of a html page using java ..  I could find the html source code of a web page using the following program, http://download.oracle.com/javase/1.4.2/docs/api/java/net/URLConnection.html i could get the html code
Displaying html code in pdf with itext - Java Beginners
Displaying html code in pdf with itext   Hi , I am geeting data which was enterd from fck editor. same data is stored... the pdf . i am using HTMLWorker to convert the html data . but styles
How to hide HTML code from user? - Security
How to hide HTML code from user?  Hi All, I am trying to provide... viewing HTML source code. Can any one guide me for this topic? Thanks... showing source code is by generating the elements on the page using javascript
HTML code to servlet to database using jdbc
HTML code to servlet to database using jdbc  pls send me the code related to the title   Hi Friend, Try the following code:ADS... { String msg=req.getParameter("msg"); res.setContentType("text/html
Html Code - Design concepts & design patterns
Html Code  Hi, Can u give me html code.I have 4 items in combo box , wen i select one item it has to display list of data in another list box..., Try the following code: ComboBox var arr = new Array(); arr[0] = new
displaying a physical webpage with frames in iframe
,page with frames spoils the party. my code for getting the html file <...displaying a physical webpage with frames in iframe  i have iframe... in iframe.index.html page contains frames divided into 2,each from different
Frames from a yuv video file
Frames from a yuv video file  hi, please help me with the java code for extracting frames of yuv video file. After extraction the images should be stored in jpeg format. Please help me
Frames from a yuv video file
Frames from a yuv video file  hi, please help me with the java code for extracting frames of yuv video file. After extraction the images should be stored in jpeg format. Please help me
update two frames at once
update two frames at once  How do I update two frames at once
ModuleNotFoundError: No module named 'frames'
ModuleNotFoundError: No module named 'frames'  Hi, My Python... 'frames' How to remove the ModuleNotFoundError: No module named 'frames'... to install padas library. You can install frames python with following command
HTML Login Page Code
HTML Login Page Code Here is an example of html login page code...? How to Create Student Registration Form with HTML Code... on their credentials. For making login page for websites HTML form and HTML elements
give me source code of webpage creation using html
give me source code of webpage creation using html  how to create a webpage using html
mini project using html,javascript and ms access with source code
mini project using html,javascript and ms access with source code  I want a mini project which uses html and java script and backend as ms access with source code. plz send its important and urgent
how to divide a web page into some frames.....
how to divide a web page into some frames.....  how to divide 1 web page into some parts. i know it using frames in html,bt how can we do it in jsp... with some example(with code plz) n output also to knw hw it works,if possible
border around frames
border around frames  How do I remove the border around frames
How to play FLV video files on Ipad using HTML code or javascript code?
How to play FLV video files on Ipad using HTML code or javascript code?  How to play FLV video files on Ipad using HTML code or javascript code
html
html  How to add the calendar in html code
PHP HTML forms and Post Method Code
PHP HTML forms and Post Method Code PHP html function With the given PHP HTML... HTML Code <HTML><BODY> <FORM METHOD=?POST...;/BODY> </HTML> This small PHP HTML Code tells you, how
How to populate an HTML table using jstl code - Spring
How to populate an HTML table using jstl code  Hi I want to populate an HTML table using jstl code.I am using Hasp map.For 1 column its okay... I am having problem to display them.Please help This is my Code : String

Ads