1 <!-- File: template1.html --> 2 3 <HTML> 4 5 <HEAD> 6 <TITLE>Template Page 1</TITLE> 7 </HEAD> 8 9 <BODY BGCOLOR="#FFFFFF"> 10 11 <H2>First Page</H2> 12 13 This is page 1. 14 15 <P><HR><P> 16 17 Go to 18 <A HREF="template2.html" 19 onClick="window.open('template2.html.html', 'bottom_frame')" 20 >Page 2</A> 21 22 <BR> 23 24 Go to 25 <A HREF="template0.html" 26 onClick="window.open('template0.html.html', 'bottom_frame')" 27 >Home Page</A> 28 29 </BODY> 30 31 </HTML>