CS-3432 Electronic Commerce Lecture – 9 Sikandar Shujah Toor https://sites.google.com/site/uolcsecom.

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

Frames.
Multimedia and the World Wide Web HCI 201 Lecture Notes #5A.
Web-based Application Development Lecture 9 February 7, 2006 Anita Raja.
COS 125 Day 25. Agenda  Assignment #7 Due  Final capstone progress report due next class  Assignment #8 Posted Due April 25 One more to go  Exam #5.
Frames 1 Lecture HTML: Frames and Miscellaneous Tags.
Frames How to Create Frames in HTML Dr. Sanders. Why Frames? Frames allow you to have more than a single window on the screen at the same time. –You can.
Tutorial 8 Designing a Web Site with Frames. XP Objectives Explore the uses of frames in a Web site Create a frameset consisting of rows and columns of.
The Power of Tables They aren't just for sitting stuff on anymore...
Create a Web Site with Frames
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: Frames © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page Design.
Chapter 6 Working with Frames.
 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.
Frameset. FrameSet With frames, we can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each.
HTML 2 FRAMES. Frames Intro Frames are a feature supported by Netscape 2.0 (and higher) Internet Explorer 3.0 (and higher) and a few other browsers. Frames.
Using Frames in a Web Site
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:
XP Using Frames in a Web Site Ali Alfayly. XP Tutorial Objectives Create frames for a Web site Control the appearance and placement of frames Control.
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.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
CIS67 Foundations for Creating Web Pages Professor Al Fichera Reference for CIS127 and CIS 137.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
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.
Tutorial 8 Designing a Web Site with Frames. XP Objectives Explore the uses of frames in a Web site Create a frameset consisting of rows and columns of.
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.
CSCE 102 – Chapter 6 (Web Design and Layout) CSCE General Applications Programming Benito Mendoza Benito Mendoza 1 By Benito Mendoza.
Week 11 Creating Framed Layouts Objectives Understand the benefits and drawbacks of frames Understand and use frame syntax Customize frame characteristics.
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.
HTML Concepts and Techniques Fifth Edition Chapter 6 Using Frames in a Web Site.
Jozef Goetz, © 2011 Pearson Education Copyright (c) 2007Prentice-Hall. All rights reserved.
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
HTML: Tables & Frames Internet Technology.
Tutorial 8 Designing a Web Site with Frames. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore the uses of frames.
Lesson 8. Dividing the screen horizontally Horizontal Frames.
CS-3432 Electronic Commerce Lecture – 7 Sikandar Shujah Toor
HTML.
FRAMES. Frames allow you to divide the page into several rectangular areas and to display a separate document in each rectangle. Each of those rectangles.
1 HTML Frames
Week 9: HTML Tables and Frames HNDIT11062 – Web Development.
HTML FRAMES With Frames, you can display more than one Web page in the same browser window.
CSCI N241: Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Working with Frames.
Frames. Dividing a page, called frameset, into frames, allow the visitor to see more than one page at a time Each frame contains its own Web page, and.
1 HTML Frames
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
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.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Chapter 6 Frames and Image Maps Frame sets and frames Image Maps.
Creating Web Documents CSS examples (do more later) Lab/Homework: Read chapters 15 & 16. Work on Project 3, do postings.
Tutorial 4 Using CSS for Page Layout. Objectives Session 4.1 – Explore CSS layout – Compare types of floating layouts – Examine code for CSS layouts –
Creating Frames on a Web Page
Introduction to HTML.
HTML Structure II (Frame)
FRAMES.
Try coding… Try to code the following table design: Cell 2 Cell 1
Programming the Web using XHTML and JavaScript
Tutorial 6 Creating Dynamic Pages
HTML Tables & Frames Internet Technology.
HTML Frames
Creating Frames on a Web Page
HTML Tables & Frames Internet Technology.
Presentation transcript:

CS-3432 Electronic Commerce Lecture – 9 Sikandar Shujah Toor

Frames Frames are used to divide a web page one the computer screen into number of portions and use each portion to display different information Information may be updated in one frame while stay static in other on the same page defines one window or portion within a In HTML tag does not have an end tag, however, a tag must end with tag can be nested to divide a webpage in different order “rows” and “cols” attributes are used in tag to divide the webpage horizontally and vertically respectively

Frame Attributes frameborder0/10 hides the border around the frame, 1 displays it longdescurlUrl of page which contains a long description of the contents of a frame MarginheightPixelSpecifies the top and bottom margins of a frame MarginwidthPixelSpecifies the left and right margins of a frame Name Specifies the name of a frame Noresize Frame is not resizable ScrollingYes /No / Auto Whether or not show the scroll bars on the frame Srcurlurl of the document to show in the frame ClassclassnameClass name for a frame Id Unique id for the frame StyleStyle_ Definition Inline style for an element TitleTextGives title to the frame

Dividing the Screen Horizontally Horizontal Frames

5 Dividing Screen Horizontally

Dividing the Screen Vertically Vertical Frames

Dividing Screen Vertically

Nesting of Frames Nesting of Frames /frameset>

Nesting of Frames

Nesting frames Nested Frames

11 Nesting of Frames

12 frames.html Horizontal Frames with Content

13 1st.html - Code This text is from 1st.HTML

2nd.html- Code Horizontal Frames with links This text is from 2nd.HTML This is a link to another html file

Frames with Varying Contents

3rd.html - Code Horizontal Frames This text is from 3rd.HTML This is a link back to 2nd.HTML

Frames with Varying Contents

Ready-made names for frames Target=“_self” Contents shown in the same window (frame) Target=“_top” Contents shown in the entire window Target=“_blank” This opens a new window for a frame

Images can be links, too Images Can Be Links, Too Click this house to return to my home page.

Image as a Link

Image Maps An image map is a web page graphics with several defined ‘clickable’ areas Three steps Determine coordinates of clickable regions Use the and tags Add a special version of the tag

Finding Coordinates

Image Coordinates ABC 0,0 199,0 399,0 599,0 199,99 399,99599,99

24 and Tags

25 Applying Tag

26 Shape Attribute Shape attribute also accepts values “Circle” and “Poly” (for a polygon)

Div Tag Main Title of Web Page Menu HTML CSS JavaScript Content goes here Copyright © W3Schools.com

Div Tag