Untitled Document



 Introduction to HTML
 Structure of HTML
 Creating First HTML  Document
 Building Your HTML  Document
 Tables
 Frames
 Understanding Frames
   Frames
 Understanding  Frames
 Deciding to Use Frames
 
 Deciding to Use  Frames
 Creating Frames
 
   Creating Frames
 The <FRAMESET>  Tag
   The <FRAME> Tag
 The <NOFRAME>  Tags
 Using ROWS and  COLUMNS Attributes
 
 Using ROWS and  COLUMNS Attributes
 Changing Frame Borders
 
 Changing Frame  Borders
 Linking and Targeting  Frames
 
 Linking and Targeting  Frames
 Using SCROLLING  Attribute
 
 Using SCROLLING  Attribute
 Using NORESIZE  Attribute
 
 Using NORESIZE  Attribute
 Creating Complex  Framesets
 
 Creating Complex  Framesets
 Nesting <FRAMESET>  Tags
 Magic Target Names
 Floating Frames  (IFRAME)
 
 Floating Frames  (IFRAME)
 Including Images into  Document
 Including Multimedia
 Developing HTML  FORMS
 Using Style Sheet
 Understanding URLs
 Using JavaScript
 Using Java

Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.




  Frames > Creating Complex Framesets

  Creating Complex Framesets

Nesting <FRAMESET> Tags
Magic Target Names

  Nesting <FRAMESET> Tags

Creating a frame area within an existing frame is called Nesting. To achieve this effect place a second <FRAMESET> block inside the base <FRAMESET> block. When one <FRAMESET> block is nested inside the other, the nested block must replace one of the <FRAME> tag in the outside frameset. Doing so embeds the new frameset inside the area defined for the <FRAME> tag it replaces.

Syntax:

<FRAMESET ROWS="..,…">
<FRAMESER COL="…,…>
<FRAME SRC="DUMMY.HTML">
<FRAME SRC="DUMMY.HTML">
</FRAMESET>
<FRAME SRC="DUMMY.HTML">
</FRAMESET>

  Magic Target Names

You can assign four special values to a TARGET attribute. Netscape calls these values Magic TARGET names. By using these TARGET=attributes, in any context, you can control the location where the linked file appears.

List of Magic TARGET names and their use

Target attribute Use
TARGET="…." Sets the link to open in the frame named between the quotes.
TARGET="_self" Sets the link to open in the current frame.
TARGET="_blank" Sets the link to open a new window.
TARGET="_parent" Sets the link to open in the parent frameset of the current Document. If only one frameset is present, this removes the frameset.
TARGET="_top" Sets the link to open in the new browser window, breaking out all frames.

Back Next


Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.




17, Vadsarvala Nivas, 65-A, J. Nehru Road, Mulund (W), Mumbai - 400 080 INDIA
Tel : 91-22-25795588, 91-22-25780444 Fax : 91-22-25793397
Email : ionline@vsnl.com
© Image Online 2001-2003