1 Frames •What is Frame? •How Frames Work? •Setting Up a Frameset Page •Targetting Frames •Content for Users Without Frames.

Slides:



Advertisements
Similar presentations
Frames. What are frames? The ability to divide the browser window into sections that can function independently of one another. Navigation within the.
Advertisements

Creating Frames. Frames allow you to view more than one Web page at a time. You can split the browser window horizontally and vertically. You can also.
Frames How to make a page that uses frames. Preview There used to be a time that frames were frowned upon because most browsers did not support them Nowadays.
Frames.
Chapter 11 Creating Framed Layouts Principles of Web Design, 4 th Edition.
Multimedia and the World Wide Web HCI 201 Lecture Notes #5A.
Frames 1 Lecture HTML: Frames and Miscellaneous Tags.
Lesson 4 HTML Structural Design Techniques
 You've probably come into contact with web sites in which the browser window seemingly allowed you to move around between several different pages. 
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: HTML Frames.
Lecture on: Frames. FRAMES VERSUS TABLES Frames allow part of the page, usually a navigation bar, to stay put.
XP Tutorial 5New Perspectives on HTML, XHTML, and DHTML, Comprehensive 1 Designing a Web Site with Frames Using Frames to Display Multiple Web Pages Tutorial.
XHTML1 Topics Work with the Frameset Document Type Definition (DTD) Create frames Use the target and base attributes Create nested frames Format frames.
1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:
CS105 Introduction to Computer Concepts HTML
HTML Essentials Frames and Frame Tags. Introduction A frame used to be an effective design tool Utilized space effectively by subdividing screen One idea:
XP 1 Tutorial 5 Using Frames in a Web Site. XP 2 Tutorial Objectives  Describe the uses of frames in a Web site  Lay out frames within a browser window.
FRAMES. With frames, we can display more than one HTML document in the same browser window. Each HTML document is called the same browser window. Each.
CIS 451: HTML Frames Adapted from materials developed by Dr. Soe (updated January, 2009)
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
The Web Wizard’s Guide to HTML Chapter Seven Frames.
Frame Page A Frame Page does the following: –Defines the size of each frame. –Defines how the window will be broken up – rows or columns. –Specifies which.
Chapter 12 FRAMES. HOW FRAMES WORK When you view a framed page in a browser, you are actually looking at several HTML documents at once. The key to making.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 7: Working with Frames Kelly L.
Working with HTML Frames The Good, The Bad & The Ugly.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Week 11 Creating Framed Layouts Objectives Understand the benefits and drawbacks of frames Understand and use frame syntax Customize frame characteristics.
IDK0040 Võrgurakendused I harjutus 03: Lists, tables and frames Deniss Kumlander.
1 Planning and Laying Out Frames Sketch the frame structure on paper before writing the HTML code two rows two columns.
1 Web Developer Foundations: Using XHTML Chapter 5 Key Concepts.
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 6.
Kingdom of Saudi Arabia Ministry of Higher Education Al-Imam Muhammad Ibn Saud Islamic University College of Computer and Information Sciences Chapter.
Web111a_chapt05.ppt HTM: Section 5 Frames A section of the browser window capable of displaying an entire web page Display multiple web pages on the screen.
Tutorial 5 Windows and Frames Section B - Working with Frames and Other Objects Go to Other Objects.
Jozef Goetz, © 2011 Pearson Education Copyright (c) 2007Prentice-Hall. All rights reserved.
The Web Wizard’s Guide to HTML Chapter Seven Frames.
Chapter 5: Windows and Frames
 2003 Prentice Hall, Inc. All rights reserved. Introduction to HTML: Frames Outline 1 Introduction 2 frameset Element 3 Nested frameset s 4 Web Resources.
Using Frames in a Website GMU November 12-13, 2004.
CO1552 – Web Application Development Linking Pages - The Basis of the Web.
HTML: Tables & Frames Internet Technology.
HTML Hypertext Markup Language. WORKING WITH FRAMES.
HTML Frames.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
HTML Links HTML uses a hyperlink to another document on the Web.
HTML FRAMES With Frames, you can display more than one Web page in the same browser window.
1 HTML Frames
Microsoft FrontPage 2003 Illustrated Complete Creating a Frames Page.
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
LINKING WEBPAGES USING HTML HYPERLINKS. Hyperlinks are text strings or images on a webpage which when clicked on, links to another section in the same.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Jozef Goetz, © 2011 Pearson Education Copyright (c) 2007Prentice-Hall. All rights reserved.
XHTML Introductory1 Frames Chapter 5. XHTML Introductory2 Objectives In this chapter, you will: Work with the Frameset Document Type Definition (DTD)
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
Lesson 9. Test 1 How was the test ? Assignment 1 (must complete satisfactorily even if you do not get any marks for it !!!!!!)
Creating Frames on a Web Page
Introduction to HTML.
Client-Side Internet and Web Programming
Frames Purpose Common use
Client-Side Internet and Web Programming
Table of Contents Creating Frames Frameset Tag and its attributes
Table of Contents Creating Frames Frameset Tag and its attributes
Computers and Scientific Thinking David Reed, Creighton University
Table of Contents Creating Frames Frameset Tag and its attributes
HTML Tables & Frames Internet Technology.
HTML Frames
Creating Frames on a Web Page
HTML Tables & Frames Internet Technology.
Presentation transcript:

1 Frames •What is Frame? •How Frames Work? •Setting Up a Frameset Page •Targetting Frames •Content for Users Without Frames

2 Objectives •Create an integrated set of Web pages using frames •Update target frames using hyperlinks •Know how to handle non-frame-compliant browsers when using frames •Set the default target frame •Use reserve names as special targets

3 What is Frame? •Frames divide the Web page into smaller “pages” •Each frame is a separate document •You can change the content of each frame individually •It provides navigation facilities

4 What is Frame? •It is an HTML feature used to divide a browser’s window into several independent parts. TABLE OF CONTENT -STATIC- TARGET -DYNAMIC- TITLE -STATIC -

5 How Frames Work? •Creates a set of frame •Specify how the browser’s window is to be partitioned •Replaces the body tag ATTRIBUTES: cols, rows (No ending tag) •Loads necessary files into the different frames ATTRIBUTES: src, target SPECIAL TARGETS “_blank”  to initiate newly opened window “_self”  to point current frame or window “_parent”  to load into parent window “_top”  to load a document into a window without frames

6 Setting Up a Frameset Page 2 Vertical Frames This is first Window This is second Window a.htmb.htm •Try same example by writing COLS = “200,*” instead of COLS = “50%,50%”

7 Setting Up a Frameset Page 3 Horizontal Frames Ticari MevduatYatirim Hesabi

8 Targetting Frames 3 Horizontal Frames Ticari Mevduat Yatırım Hesabı Ticari MevduatYatirim Hesabi TICARI Ticari MevduatYatirim Hesabi YATIRIM

9 Content for Users Without Frames Frame, Noframe...frames View without frames ---OR ordinary HTML page

10 A Frame Example Create a Yugoslavia Flag, using frames

11 Answer: French Flag Blue:0000FF White:FFFFFF Red:FF0000