No frames tag, PHP Web Programming

Assignment Help:

The <NOFRAMES> tag can be employed for those browsers which are not able to interpret <FRAME> tags. Even if most, if not all, of your visitors will be capable to see frames, there are still a small number of such browsers and still there are several users around who do not have the latest in equipment. To address as extensive an audience as achievable, you could write a no-frames version of your page.

<HTML>

<HEAD>

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

</HEAD>

<FRAMESET COLS="50,*,2*">

<FRAMESET ROWS="50,*,*">

<FRAME SRC="One.htm">

<FRAME SRC="Five.htm">

<FRAME SRC="Six.htm">

</FRAMESET>

<FRAME SRC="Two.htm">

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

<FRAME SRC="Three.htm">

<FRAME SRC="Four.htm">

</FRAMESET>

</FRAMESET>

<BODY><NOFRAMES> your browser does not handle frames! </NOFRAMES>

</BODY>

</HTML>

1787_No frames Tag.png

Figure: Putting in a NOFRAMES Version

Put your non-frames page down among the <NOFRAMES> tags. If someone is using an old browser, this will skip everything above & come straight down here. Frames-capable browsers will disregard what is among the <NOFRAMES> tags.

In the frames we can also put images. Let us see how to put in "world.gif" as an instance.

<FRAME SRC="world.gif" WIDTH=146 HEIGHT=162>

The scrollbars which you see can be specified as NO, YES or AUTO. YES refer for the window gets scrollbars - whether they are required or not. NO refer for there will be no scrollbars. AUTO means the default. If scrollbars are required, they appear whereas if they are not required they stay conveniently out of the way. Thus let us see how to get rid of our scrollbars.

          <FRAME SRC="world.gif" WIDTH=146 HEIGHT=162 SCROLLING=NO>

You would note a problem with this code that image is not in the right frame. The next two attributes deal to margins. The browser gives each frame some empty space around its contents automatically. Normally this is useful for aesthetic purposes. You might control the size of these margins via MARGINWIDTH & MARGINHEIGHT. They control left & right and top & bottom margins respectively. We will both of them set to 1. (1 is the minimum)

<HTML>

<HEAD>

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

</HEAD>

<FRAMESET COLS="146,*">

<FRAMESET ROWS="162,*">

<FRAME SRC="world.gif" WIDTH=146 HEIGHT=162 SCROLLING=NO MARGINWIDTH=1 MARGINHEIGHT=1>

<FRAME SRC="One.htm">

</FRAMESET>

<FRAME SRC="Two.htm">

</FRAMESET>


Related Discussions:- No frames tag

I want help for it developer, I want help for IT Developer needed - Benelux...

I want help for IT Developer needed - Benelux Region We are seeking an experienced web developer with the following skills 1) Front-end development (HTML5/CSS3) 2) Front-end

Phpbb modifications for course type forum, PHPBB modifications (course type...

PHPBB modifications (course type forum) I want to create a different view/organization of the viewForum.php for my phpBB site. To support this change several changes needs to

Internet, The Internet is worldwide computer network which interconnects, m...

The Internet is worldwide computer network which interconnects, millions of computing devices all through the world. Mostly devices are PC's, and servers which store & transmit inf

Need help for merging databases, Merge Databases I have a website in Wor...

Merge Databases I have a website in Wordpress and within it I have a vBulletin forum. I have an external MAGENTO store that I'll move to my chief website. What I'd like to do is

Need drupal expert to check website downtime after migrating, Need Drupal e...

Need Drupal expert to check website downtime after migrating to drupal 7.0 CMS We are looking for help to check on our website which has been experiencing intermittent downtime

We need a wordpress plugin development expert, We need a WordPress Plugin D...

We need a WordPress Plugin Development expert We are seeking an experienced and skilled WordPress developer to develop a WP plugin for one of our clients who specialises in home

Need help in the data fetching bus operators south america, Need help in th...

Need help in the Data fetching bus operators South America I want to get data fetched from several homepages of Chilean bus operators. I want a table as a result which includes:

Http method, The standard recommendation for a database insert is to use HT...

The standard recommendation for a database insert is to use HTTP POST method, not the default GET method.  The PHP must reflect this by how it accesses that data.  Either a $_POS

Seeking a person with e-commerce experience, Adding shopping cart to produc...

Adding shopping cart to products Seeking a person with e-commerce experience I have a site that wants to add shopping cart to all images in order to buy online. Desired Sk

Wordpress website redesign and integrations needed, Wordpress website redes...

Wordpress website redesign and integrations (PHP) We want to redesign our wordpress site with our very own custom template. There are as well several integrations with services,

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