1 <!-- File: template2.html --> 2 3 <HTML> 4 5 <HEAD> 6 <TITLE>Template Page 2</TITLE> 7 </HEAD> 8 9 <BODY BGCOLOR="#FFFFFF"> 10 11 <H2>Second Page</H2> 12 13 This is page 2. 14 15 <P><HR><P> 16 17 Go to 18 <A HREF="template1.html" 19 onClick="window.open('template1.html.html', 'bottom_frame')" 20 >Page 1</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>