Wednesday, February 18, 2009

HTML Frameset- NAVARRA

We discuss about the HTML frame....


FRAMES
  • Each HTML document is called a frame, and each frame is independent of the others.
  • The disadvantages of using frames are:
    The Web developer must keep track HTML documents
    It is difficult to print the entire page.

The Frameset Tags are:

  • The tag defines how to divide the window into frames
  • Each frameset defines a set of rows or columns
  • The values of the rows/columns indicate the amount of screen area each row/column will occupy

Example is:




The Frame Tags are:

  • The tag defines what HTML document to put into each frame.
  • In the example below we have a frameset with two columns. The first column is set to 25% of the width of the browser window.
  • The second column is set to 75% of the width of the browser window.
  • The HTML document document “frame_a.htm” is put into the first column, and the HTML document “frame_b.htm” is put into the second column.

Example is:




Basic Notes - Useful Tips

  • If a frame has visible borders, the user can resize it by dragging the border. To prevent a user from doing this, you can add noresize=“noresize” to the tag.
  • Add the tag for browser that do not support frames.
  • You cannot use the tags together with the tags.
  • However, if you will add tag for browser that do not support frames, you will enclose the text in <body></body> tags. </span></span></li></ul><span style="font-size:85%;color:#ff0000;"><span style="color:#000000;"><p><span style="font-size:130%;color:#cc33cc;">FRAME TAGS</span></p><span style="font-size:130%;color:#cc33cc;"></span><p> <br /><frameset> ------ Defines a set of frames <br /> <br /><frame> ------ Defines a sub window (a frame) <br /> <br /><noframes> ----- Defines a noframe section for browsers that do not handle frames. <br /> <br /><iframe> ----- Defines an inline sub window (frame) </p><p> </p><p><strong><span style="font-size:130%;color:#cc33cc;">Frame and Tags Attributes</span></strong></p><p><span style="font-size:100%;color:#ff0000;"><em>Sample:</em></span></p><em><span style="font-size:100%;color:#ff0000;"></span></em><p> <br /> <span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;"> </span><strong><span style="color:#ff0000;"><span style="font-size:85%;"><html> <br /> <head> <title> Hello, World! </title> <br /> </head> <br /> <frameset cols=&#8220;150,150&#8221; frameborder=&#8220;YES&#8221; <br /> frame spacing=&#8220;5&#8221; bordercolor=&#8220;0099ff&#8221;> <br /> <frame name=&#8220;leftframe&#8221; scrolling=&#8220;NO&#8221; <br /> noresize src=&#8220;menu.html&#8221;> <br /> <frame name="&#8220;right" scr="&#8220;mainpage.html&#8221;"> <br /> </frameset> <br /> </html></span> <br /></span> <br /><span style="font-size:130%;color:#cc33cc;">Frameset Attribute Explained:</span></strong></span></p><ul><li><span style="font-size:100%;color:#33ccff;"><strong> </strong><span style="font-size:85%;color:#000000;">Cols=&#8220;150,150&#8221; &#8211; it tells the browser to create columns <vertical></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Frameborder=No or Yes &#8211; defines whether to make the frameborder dividing the windows become visible or not. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">border-=&#8220;n&#8221; &#8211; when the value for frameborder is YES, you can set the thickness of the border in pixels by entering a number to the value. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Framespacing=&#8220;n&#8221; &#8211; defines the spacing between the 2 framesets in the window. The expected value here is a number. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Bordercolor=&#8220;rrggbb&#8221; &#8211; applies color to the border when it is turned on. Replace &#8220;rrggbb&#8221; with hexadecimal color value. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Name=&#8220;anyname&#8221; &#8211; assigns a name to the frame on the left (if vertical) or top frame (if horizontal) in the frameset definition. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;"> Noresise &#8211; tells the browser to lock the border. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Scrolling=&#8220;YES or NO&#8221; &#8211; controls whether the scrollbar is turned on or not. The default is NO. When turned on, and if the page of the document is long, the scrollbar will become visible. </span></span></li><li><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;">Scr=&#8220;file.html&#8221; &#8211; the document you&#8217;re calling to load in the window. SRC is short for source file. </span></span></li></ul><span style="font-size:100%;color:#33ccff;"><span style="font-size:85%;color:#000000;"><p> </p><p><em><span style="color:#ff0000;">Another Example:</span></em></p><p> <frameset rows="12%,*,4%" border="0" bgcolor="#EEEEEE"> <br /><frame name="maskhead1" scrolling="no" src="header.htm" border="1" bgcolor="#EEEEEE"> <br /> <frameset cols="140,85%" bgcolor="#EEEEEE"> <br /> <frame name="contents" src="menu.html" scrolling="no" border="1" bgcolor="#EEEEEE"> <br /> <frame name="body" src="search3.html" id="main" scrolling="auto" bgcolor="#EEEEEE"> <br /> </frameset> <br /><frame name="below" scrolling="no" src="footer.html" bgcolor="#EEEEEE"> <br /></frameset> <br /> <br /></span>We also have an activity about this lesson...... it is so hard but fun..... We are spending almost 5 hours a day in the internet cafe just to finish the activity.... isn`t in fun???????? <br /> <br /></p></span><p> <br /> <br /></span></span> <br /></span> <br /></span> <br /> <br /></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/10094272507180424860' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/10094272507180424860' rel='author' title='author profile'> <span itemprop='name'>jjajjajjazz</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html' itemprop='url'/> <a class='timestamp-link' href='http://romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-02-18T23:31:00-08:00'>11:31&#8239;PM</abbr></a> </span> <span class='post-comment-link'> </span> <span class='post-icons'> <span class='item-control blog-admin pid-375560760'> <a href='https://www.blogger.com/post-edit.g?blogID=4264704831170127726&postID=8084561201214569900&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4>No comments:</h4> <div id='Blog1_comments-block-wrapper'> <dl class='avatar-comment-indent' id='comments-block'> </dl> </div> <p class='comment-footer'> <a href='https://www.blogger.com/comment.g?blogID=4264704831170127726&postID=8084561201214569900' onclick=''>Post a Comment</a> </p> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://romznonzjaz.blogspot.com/2009/02/frameset-sison.html' id='Blog1_blog-pager-newer-link' title='Newer Post'>Newer Post</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://romznonzjaz.blogspot.com/2009/02/learnings-of-week-paraiso_8999.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a> </span> <a class='home-link' href='http://romznonzjaz.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://romznonzjaz.blogspot.com/feeds/8084561201214569900/comments/default' target='_blank' type='application/atom+xml'>Post Comments (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget HTML' data-version='1' id='HTML1'> <h2 class='title'>Learners:</h2> <div class='widget-content'> <!-- begin hit counter code --><a href="http://hit-counter.org"><img style="border: 0px solid ; display: inline;" alt="tumblr hit counter" src="http://hit-counter.org/hit.php?id=786052&amp;counter=7" /></a><br /><a href="http://hit-counter.org">hit counter</a><!-- end hit counter code --> </div> <div class='clear'></div> </div><div class='widget AdSense' data-version='1' id='AdSense1'> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client = "ca-pub-8727521920163082"; google_ad_host = "ca-host-pub-1556223355139109"; google_ad_host_channel = "L0001"; /* romznonzjaz_sidebar-right-1_AdSense1_250x250_as */ google_ad_slot = "6802412852"; google_ad_width = 250; google_ad_height = 250; //--> </script> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2014/'> 2014 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2014/01/'> January </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2013/'> 2013 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2013/11/'> November </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(16)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2009/06/'> June </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2009/02/'> February </a> <span class='post-count' dir='ltr'>(10)</span> <ul class='posts'> <li><a href='http://romznonzjaz.blogspot.com/2009/02/html-navarra.html'>HTML-Navarra</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/project-is-blast-sison.html'>PROJECT is a BLAST!! (SISON)</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/css-sison.html'>CSS (SISON)</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/htmlframeset-sison.html'>HTML(FRAMESET) **SISON**</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/hypertext-markup-language-sison.html'>HYPERTEXT MARKUP LANGUAGE (Sison)</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/css-paraiso.html'>external style sheet (CSS) -Joannacel Paraiso</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/learnings-of-week-paraiso_19.html'>HTML FRAMES - Joannacel Paraiso</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/frameset-sison.html'>FrameSet (SISON)</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html'>HTML Frameset- NAVARRA</a></li> <li><a href='http://romznonzjaz.blogspot.com/2009/02/learnings-of-week-paraiso_8999.html'>What is an HTML File? - Joannacel A. Paraiso</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2009/01/'> January </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/'> 2008 </a> <span class='post-count' dir='ltr'>(25)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/09/'> September </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/08/'> August </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://romznonzjaz.blogspot.com/2008/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='sidebar section' id='sidebar-right-2-1'><div class='widget Profile' data-version='1' id='Profile1'> <h2>About Me</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/10094272507180424860'><img alt='My photo' class='profile-img' height='75' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpYMzMIq74NelnmEOUPeYzGI5cO1HmKUmcM7kt0ic1rs16xoMCrSAFxIG-Zri-das_rx5pUvvBBWLlDExQVmpz4e10WNDgsK5waAPd6GIWYYsp6s46blnAcMmqmSjYZg/s113/1000980_10200275864164621_106394182_n.jpg' width='75'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/10094272507180424860' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> jjajjajjazz </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/10094272507180424860' rel='author'>View my complete profile</a> <div class='clear'></div> </div> </div></div> </td> <td class='columns-cell'> <div class='sidebar no-items section' id='sidebar-right-2-2'></div> </td> </tr> </tbody> </table> <div class='sidebar no-items section' id='sidebar-right-3'></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='Footer'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> Simple theme. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/4290687098-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY7pWonpaUpIyIpRWbBhHMlbu4GWWA:1714467571820';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d4264704831170127726','//romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html','4264704831170127726'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '4264704831170127726', 'title': 'Learnings of the Week', 'url': 'http://romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html', 'canonicalUrl': 'http://romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html', 'homepageUrl': 'http://romznonzjaz.blogspot.com/', 'searchUrl': 'http://romznonzjaz.blogspot.com/search', 'canonicalHomepageUrl': 'http://romznonzjaz.blogspot.com/', 'blogspotFaviconUrl': 'http://romznonzjaz.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Learnings of the Week - Atom\x22 href\x3d\x22http://romznonzjaz.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Learnings of the Week - RSS\x22 href\x3d\x22http://romznonzjaz.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Learnings of the Week - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/4264704831170127726/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Learnings of the Week - Atom\x22 href\x3d\x22http://romznonzjaz.blogspot.com/feeds/8084561201214569900/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-8727521920163082', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/a26ecadc30bb77e6', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '8084561201214569900', 'pageName': 'HTML Frameset- NAVARRA', 'pageTitle': 'Learnings of the Week: HTML Frameset- NAVARRA'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'Simple', 'localizedName': 'Simple', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'deep', 'variantId': 'deep'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'HTML Frameset- NAVARRA', 'description': 'We discuss about the HTML frame....\r \r \r FRAMES\r Each HTML document is called a frame, and each frame is independent of the others. The disa...', 'url': 'http://romznonzjaz.blogspot.com/2009/02/html-frameset-navarra.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 8084561201214569900}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1666805145-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar-right-1', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense1', 'sidebar-right-1', document.getElementById('AdSense1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-2-1', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>