Download presentation
Presentation is loading. Please wait.
Published byIvy Heaston Modified over 9 years ago
1
More frames in XHTML Please use speaker notes for additional information!
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> Header Page <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> This is the left... LEFT SIDE OF SCREEN!!! This is the left header information! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> This is the right... RIGHT SIDE!!! This is the right header information! Note: This uses the target _self which means that the new screen will be loaded into this frame.
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> This is the right... RIGHT SIDE!!! This is the right header information! Note: This uses the target _self which means that the new screen will be loaded into this frame. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> This is the right... NEW VERSION OF RIGHT SIDE!!! This is the right header information - new version!
5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> Header Page The page hdrlx.html has been shown on a previous slide. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> This is the right... RIGHT SIDE!!! This is the right header information! Note: This uses the target _top which means that the new screen will be loaded as a full screen.
7
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> Header Page The page hdrlx.html has been shown on a previous slide. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> This is the right... RIGHT SIDE!!! This is the right header information! Note: This uses the target _blank which means that the new screen will be loaded as a full screen into a new window.
9
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> Header Page <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> This is the right... RIGHT SIDE!!! This is the right header information! Note: This uses the targetwith a name which means that the new screen will be loaded into the screen with that name. Note that the name is in the main frame code as id=. You should also note that in previous versions of HTML, this was coded as name=.
10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> This is the left... RIGHT SIDE OF SCREEN!!! This is the RIGHT header information! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> This is the right... NEW VERSION OF RIGHT SIDE!!! This is the right header information - new version! Before the button on the left is clicked, this page is showing on the right. After the button is clicked, this page will be showing on the right.
13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> Header Page
14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> Header Page
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.