Frame tag, PHP Web Programming

Assignment Help:

As you can supposition, this tag is utilized for placing an HTML file in the frame created. We have to now tell the browser what to put in each of frame.

Check out the code for all the FRAM ES associated examples. Do we need a <BODY> tag?

<HTML>

<HEAD>

<TITLE>My Frame Page- Master Page</TITLE>

</HEAD>

<FRAMESET COLS="50%,50%">

<FRAME SRC="One.htm">

<FRAME SRC="Two.htm">

</FRAMESET>

</HTML>

You also have to note here that <FRAMESET> is a container tag, and <FRAME> is not. A container tag contain an opening <TAG> and a closing </TAG>.  Thus notice that the <FRAME> tag has no delimiter to terminate it.  Everything is in its attributes.

The <FRAMESET> tag does all the splitting of the page into distinct windows. It also has attributes which indicate how to divide them up. Can we split the page into more than two pieces? Yes, just ensure that you indicate a page to occupy each of the section or the browser will get confused. Look at the code & the output in Figure

<HTML>

<HEAD>

<TITLE>My Frame Page- The Master Page</TITLE>

</HEAD>

<FRAMESET COLS="20%, 20%,20%,20%,20%">

<FRAME SRC="One.htm">

<FRAME SRC="Two.htm">

<FRAME SRC="Three.htm">

<FRAME SRC="Four.htm">

<FRAME SRC="Five.htm">

</FRAMESET>

</HTML>

817_Frame Tag.png

Figure: A Web Page with Five Frames

It is just a small step to making the frames all of distinct sizes. Just ensure your arithmetic is correct and that the percentages you indicate add up to 100 or the browser will come up along with its own interpretation.

If we spilt the page into ROWS rather than COLS we get a distinct layout.

<HTML>

<HEAD>

<TITLE>My Frame Page- Master Page</TITLE>

</HEAD>

<FRAMESET ROWS="10%,20%,30%,15%,25%">

<FRAME SRC="One.htm">

<FRAME SRC="Two.htm">

<FRAME SRC="Three.htm">

<FRAME SRC="Four.htm">

<FRAME SRC="Five.htm">

</FRAMESET>

</HTML>

Now Let us take another example with only 2 frames. We can specify 50 to indicate that number of pixels instead of 50 percent. We can also use * instead of a number. The * means whatever is left over.      

<HTML>

<HEAD>

<TITLE>My Frame Page- The Master Page</TITLE>

</HEAD>

<FRAMESET COLS="50,*">

<FRAME SRC="One.htm">

<FRAME SRC="Two.htm">

</FRAMESET>

</HTML>


Related Discussions:- Frame tag

Need help credit card comparison directory- ruby & mongodb, Credit Card Com...

Credit Card Comparison Directory - Ruby & MongoDB We want to create a Credit Card Comparison Tool. Back End- Admin logs in Admin enters/edits/deletes credit card informati

Need experienced wordpress developer to work on our site, Need Experienced ...

Need Experienced Wordpress Developer to Work on Our Site We are in search of an experienced as well as somebody with advanced level of Wordpress familiarity to help us with your

A php and ecommerce expert needed, A PHP/eCommerce Expert Needed Descrip...

A PHP/eCommerce Expert Needed Description- This is aid with an ecommerce site using Balanced payments API. There is as well certain low level PHP that will need to be done. T

Turn based business game, Turn Based Business Game I am engrossed in hav...

Turn Based Business Game I am engrossed in having a turn based strategy game created for small business owners - specifically at least initially in the lawn as well as landscape

I need help for magento ecommerce developer, I need help for Magento eComme...

I need help for Magento eCommerce Developer - Art Gallery Site Looking for a highly skilled professional and motivated Magento web developer to help design as well as implement

Need to code checkout and payment process on back end of web, Need to code ...

Need to code Checkout and Payment Process on Back End of Website I have a website that wants to have a checkout as well as payment process coded into the back end. The website i

Http request and response headers, The purpose of this requirement is to fa...

The purpose of this requirement is to familiarize you with: a. HTTP messages exchanged between browsers and web servers, and with b. Development tools for monitoring your bro

We are in search of a web developer., Web & wordpress theme : design & deve...

Web & wordpress theme : design & development Expert with php, bootstrap, css and JavaScript. Good with HTML5 will be nice. Able to work with job schedule Job Description- We'

Cake php project issues, Cake PHP Project Good knowledge of PHP. a) Hands-o...

Cake PHP Project Good knowledge of PHP. a) Hands-on PHP based framework, Cake PHP b) Demonstrable knowledge of web technologies including HTML, CSS, Javascript, AJAX, CRM. c) Good

Need small php help, Small php help, Need php help I already have some p...

Small php help, Need php help I already have some php files with working code I am seeking someone to modify to get desired results. I will be checking results simultaneously

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd