Home Answers Viewqa Development-process Html Code for frames

 
 


Rajendra
Html Code for frames
1 Answer(s)      4 years and 2 months ago
Posted in : Development process

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 Pages:
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...;frame src="frame1.html"> tags for creating frames in HTML. Read at Frames
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
HTML frames
HTML frames  Do search engines dislike frames
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
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 - 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
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
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
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
java connecting frames
java connecting frames  how to connect one frame to another frame by using awt or swings?`print("code sample
Finding Lost Frames - Java tutorial
Finding Lost Frames 2001-05-10 The Java Specialists' Newsletter [Issue 019] - Finding Lost Frames Author: Dr. Heinz M. Kabutz If you are reading... Lost Frames Something that I have encountered in some almost-complete
HTML code
HTML code  How do I keep people from stealing my source code and/or images
HTML frameset example
HTML frameset example  Hi, How to use html frameset for creating frames in HTML? Thanks   Hi, Please check the Vertical Frameset in HTML example code. Thanks
html
html  How to add the calendar in html code
Html
Html  in the web page if judge select the age and category then automatically under that conditions the details will be display in the form of grid give me that code in html and java
html
html   write a html program to print "HELLO WORD"in red coaler font size 12 and italic stile   Here is a html code that display the message "Hello World" in red font with size 12 and in italics. <html> <
Html
Html  i am select the dateofbirth through the html browser.but it can not save into the sql server 2008 database.any special code required to store the date in database by using java servlets
Html
Html  I was designing a webpage, i need to create selection boxes one beside other, how i'll be able to do it using HTML code, Please give me a sample code for that... looking forward for your usefull code
HTML
is located in a directory different from the HTML file.The info.html file I have created is below. <HTML> <HEAD> <BODY> <APPLET Code = WelcomePage.class width=300 height=300> I want to know if the code
HTML
the file give me the code for this in html and java...HTML  in html how can we can upload the file <tr> <td><strong>Video of the work:</strong> <td><b>
Html
:48:44 PM Author : SAMSUNG --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...; <head> <meta http-equiv="Content-Type" content="text/html
Html
:48:44 PM Author : SAMSUNG --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...; <head> <meta http-equiv="Content-Type" content="text/html
HTML
where i can store in the database SEND ME THE CODE FOR THIS IN JAVA AND HTML
Html
Html  in html form for the address by using input as textarea i am writing the code as <tr> <td valign="top"><strong>Address: </strong></td> <td><textarea name="Address" rows="8
html
html   HTML document with Javascript to count the number of vowels in a text typed in text area. please send the code.   Hi Ravi Here is the code ..I hope this will solve your problems : <!DOCTYPE HTML PUBLIC
Getting all frames in a JDesktopPane container
Getting all frames in a JDesktopPane container  ... the number of visible internal frames in a JDesktopPane container. The JDesktopPane... frames role like the child frame of the JDesktopPane container. Screen shots
How to create Multiple Frames using Java Swing
Multiple Frames in Java Swing In this section, you will learn how to create multiple frames. Java Swing provides the utility to show frame within another... internal frame on the JFrame. Here is the code: import javax.swing.*; import
html
html  Already i am using this code but its not working ur coding: <tr><td valign="top"><strong>Address: </strong></td><td><textarea name="Address" rows="8" cols="30"> </td><
HTML
it shows as null. here is the html code for date of birth: <tr> <
HTML
HTML  Following is the my coding.but when i click on submit it can not take the form action **Here is my code** <html> <head> <body><form method="post" action="http://localhost:8080/sss/post"><
HTML
HTML  Following is the my coding.but when i click on submit it can not take the form action **Here is my code** <html> <head> <body><form method="post" action="http://localhost:8080/sss/post"><
html code for student information?
html code for student information?  html code for student information
create frames
create frames  How do I create frames? What is a frameset
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 - 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
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
apply horizontal rule, the <hr> tag is used in a HTML code.  ..., the code explain an alignment of image in HTML. For this we start with a<html>... in HTML. In this Tutorial, the code create a HTML Page, which depicts you how
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
HTML Elements
Frames In HTML, with the use of frames we can display more than one.... Inline frames: Inline frames are the frames within a line of an HTML document... HTML Elements In this session, you will learn more things
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
update two frames at once
update two frames at once  How do I update two frames at once
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 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 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