Basic Web Design
 
Intermediate Web Design
 
Advanced Web Design
Web Design Program
 
Scripting Database
 
 

Using Frames

 

Example Code:

<frameset framespacing="0" border="false" frameborder="0" cols="180,*">

<frame name="contents" target="main" src="new_page_2.htm">

<frame name="main" src="page2_.htm" scrolling="auto" target="_self">

<noframes>

<body>

Your Browser Doesn't Support Frames. Here is the alternate page.

<p align="center"><img src="images/Header.gif" width="479" height="70"> <br>

<i>Welcome to our new and improved web site!</i></p>

<center>

<APPLET code="Corf_Scroller.class" width="468" height="36">

<PARAM NAME="Corf_Timer" VALUE="8">

<PARAM NAME="Corf_Link" VALUE="http://home.earthlink.net/~hurico/sigep/inform.html">

. . .

 

 

Back ] Home ] Next ]
Index ] Glossary ]

This file was last modified on Wednesday, May 09, 2001