Core Skills Activity #2: Frames

Mark Newhouse

Source Code

The changes I made are highlighted in yellow.

<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"><html>
   <head>
   <title>Microsoft Newsgroups</title>
   
   <base href="http://communities.microsoft.com/newsgroups/">
   
</head>
<frameset border="1" framespacing="2" frameborder="yes" rows="83,*">

   <frame name = "bannerFrame" title="Microsoft Product Support Services
    navigation frame" target = "main" src="bannerFrame.asp?ICP=GSS&sLCID=us"
     scrolling="no" marginwidth="0" marginheight="0" frameborder="yes"
      NORESIZE>

   <frameset border="1" framespacing="2" frameborder="yes" cols="183,*">
   
   <frame name="frmNewsgroups" title="Newsgroup Lists" target="main"
src="newsgroups.asp?ICP=GSS&NewsGroup=microsoft.public.exchange.misc&sLCID=us"
 scrolling="auto" marginwidth="0" marginheight="0" frameborder="yes">

   <frameset border="1" framespacing="4" frameborder="yes" rows="50%,*">
   
   <frame name="frmbrowseMsg" title="Message Window"
    src="ICP/GSS/us/welcomePage.htm" scrolling="yes" marginwidth="0"
     marginheight="0" target="_self" frameborder="yes">

   <frame name="frmPreviewFrame" title="Posting Window"
    src="preview.asp?ICP=GSS&sLCID=us" scrolling="yes" marginwidth="0"
     marginheight="0" target="_self" frameborder="yes">

   </frameset>
   </frameset>
   </frameset>
   
<noframes>
   <body topmargin="0" leftmargin="0">
   <p>This page uses frames, but your browser doesn't support them.
   
	You can access all of the information in the frames by following the links 
<a href="http://homepage.mac.com/accessibility/core_skill_2b.html#framelinks"
    title="Link to frame links at the bottom of the
    page">below</a>.</p>
    
<TABLE WIDTH="100%">
	<TR>
		<TD><FONT FACE="Verdana, Arial, Helvetica" SIZE="2">
		<H3 style="margin-top: 0; margin-bottom: 0">
		<font size="2">Welcome to Microsoft Product Support 
		Newsgroups</font></H3>

		<H3 style="margin-top: 0; margin-bottom: 0">
		<span style="font-weight: 400">
		<font size="2">Collaborate with others who use our products,
		including Microsoft Most Valuable Professionals (MVPs). Search within
		any Microsoft newsgroup by author or subject. If you are interested 
		in a particular subject you can "subscribe" to it 
		and be alerted of updates via email! Choose an available newsgroup
		from the list on the left to begin.</font>
		
		</span></H3>
		<p style="margin-top: 0; margin-bottom: 0"> </p>
		<ul style="margin-top: 0; margin-bottom: 0">
		<li>
		<p style="margin-top: 0; margin-bottom: 0">
		<a href="http://support.microsoft.com/support/news/rules.asp" 
		target="_top" title="Rules of conduct">Rules of conduct</a>
		</li>
		<li>
		<p style="margin-top: 0; margin-bottom: 0">
		<a href="http://support.microsoft.com/support/news/howto/newsgroup_tips.asp" 
		title="Tips for Using the Newsgroups" target="_top">Tips for Using the Newsgroups</a>
		<li>
		<p style="margin-top: 0; margin-bottom: 0">
		<a href="http://support.microsoft.com/support/news/howto/newsgroup_faqs.asp" 
		title="Frequently Asked Questions" target="_top">Frequently Asked Questions</a>
		<li>
		<p style="margin-top: 0; margin-bottom: 0">
		<a href="http://www.microsoft.com/info/privacy.htm" 
		target="_top" title="Privacy Statement">Privacy Statement</a>
		</ul>
		
		<p style="margin-top: 0; margin-bottom: 0"> 
		<p style="margin-top: 0; margin-bottom: 0">
		<b>Microsoft Developer Newsgroups are not listed on this site</b>, 
		please refer to the 
		<a href="http://communities.microsoft.com/newsgroups/default.asp?icp=msdn&slcid=us" 
		target="_top" title="MSDN Newsgroups">MSDN Newsgroups</a>.
		<p style="margin-top: 0; margin-bottom: 0"> 
		<p style="margin-top: 0; margin-bottom: 0">
		If you wish to use an NNTP Newsgroup Reader to access these newsgroups, 
		please refer to 
		<a href="http://support.microsoft.com/support/news/howto/default.asp" 
		target="_top" title="using a local NNTP Reader">using a local NNTP Reader</a>.
		<p style="margin-top: 0; margin-bottom: 0">
	</TR>
</TABLE>

<p>
<a name="framelinks">The following</a> links take you to the pages that you would see when 
you view this page with a frames capable browser. Unfortunately these framed pages are so 
intricately tied together on the backend that viewing the frame documents separately breaks 
the whole thing, and could very well cause your browser to crash...
</p>


<ul>
	<li><a href="bannerFrame.asp?ICP=GSS&sLCID=us" 
	title="Microsoft Product Support Services navigation frame">Microsoft Product Support
	Services main banner navigation</a></li>

	<li><a href="newsgroups.asp?ICP=GSS&NewsGroup=microsoft.public.exchange.misc&sLCID=us" 
	title="Newsgroups Lists">List of Microsoft Newsgroups</a></li>

	<li><a href="preview.asp?ICP=GSS&sLCID=us" title="Posting Window">Message Posting 
	page</a></li>
</ul>
</body>
</noframes>

</frameset>
</html>