Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
51 lines (40 sloc)
2.15 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <html> | |
| <head> | |
| <title>Untitled</title> | |
| </head> | |
| <body bgcolor="#FFFFFF" vlink="#FF0000" alink="#FFFFC6"> | |
| <!--Keep Button Clicked Statement--> | |
| <applet code="ET_ButtonPusher.class" codebase = "file:///C:/My Documents/My Webs/myweb/Applets/Classes/" width="2" height="2"><param name="BGColor" value="ffffff"></applet> | |
| <!--END KEEP BUTTON CLICKED STATEMENT--> | |
| <div align="center"> | |
| <applet code="ET_ImageMenu.class" codebase="file:///C:/My Documents/My Webs/myweb/Applets/Classes/" width="300" height="162"> | |
| <!--The images.--> | |
| <param name="ButtonImageClick" value="images/main/mainnormal.gif"> | |
| <param name="ButtonImageOver" value="images/main/mainover.gif"> | |
| <param name="ButtonImage" value="images/main/mainclick.gif"> | |
| <!--The position and size of the buttons.--> | |
| <param name="B-1-Area" value="47,0,33,41"> | |
| <param name="B-2-Area" value="101,0,35,41"> | |
| <param name="B-3-Area" value="164,0,24,41"> | |
| <param name="B-4-Area" value="208,0,60,41"> | |
| <param name="B-5-Area" value="47,117,68,46"> | |
| <param name="B-6-Area" value="123,117,52,46"> | |
| <param name="B-7-Area" value="183,117,84,46"> | |
| <!--What page should be loaded when the user clicks on a button.--> | |
| <param name="B-1-URL" value="index2.html"> | |
| <param name="B-2-URL" value="about/index.html"> | |
| <param name="B-3-URL" value="join/index.html"> | |
| <param name="B-4-URL" value="newsletter/index.html"> | |
| <param name="B-5-URL" value="happenings/index.html"> | |
| <param name="B-6-URL" value="directory/index.html"> | |
| <param name="B-7-URL" value="parent/index.html"> | |
| <!--How the buttons should behave.--> | |
| <param name="B-d-StayPushed" value="true"> | |
| </applet><br> | |
| <font size="+1" color="#00339C">"HECA is an organization of professionals dedicated to helping students<Br> | |
| and families explore higher education options and opportunities"</font><br> | |
| <a href="about/index.html"><img src="images/main/firsttimer.jpg" alt="" border="0"></a><br></div> | |
| <div align="center"><blockquote>Collegehelp.org requires Netscape 3.0 or Internet Explorer 3.0 in order to be viewed properly. If you do not have a version of these programs, <a href="http://www.browsers.com">Please Go Here!</a></blockquote></div> | |
| </body> | |
| </html> |