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.
60 lines (53 sloc)
2.42 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
| <script language="JavaScript"> | |
| <!-- | |
| function enterChat(accountName) | |
| { | |
| window.name = "lp_parent"; | |
| var url = "http://www2.cool.com/chat.php3?LoginName=" + accountName; | |
| var hWnd = window.open(url,"Cool_Chat","width=650,height=600,resizable=yes,scrollbars=no"); | |
| if (hWnd != null) | |
| { | |
| if (hWnd.opener == null) | |
| { | |
| hWnd.opener = self; | |
| window.name = "home"; | |
| hWnd.location.href=url; | |
| } | |
| } | |
| } | |
| // --> | |
| </script> | |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <html> | |
| <head> | |
| <title>Untitled</title> | |
| </head> | |
| <body background="images/nav_bg.gif" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#ffffff" link="#33ccff" vlink="#33ccff" alink="#f09450"> | |
| <p> | |
| <img alt border="0" height="153" src="images/logo2.gif" width="166"> </p> | |
| <table border="0" cellPadding="1" cellSpacing="1" width="130" id="TABLE1"> | |
| <tr> | |
| <td><a HREF="newuser.asp" target="body"><img align="middle" alt src="images/freemail.gif" BORDER="0" WIDTH="107" HEIGHT="67"></a></td></tr> | |
| <tr> | |
| <td><a HREF="chatpop.asp" BORDER="0" TARGET="body"><img border="0" src="images/btn06.gif" WIDTH="113" HEIGHT="24"></td></tr> | |
| <tr> | |
| <td></td></tr> | |
| <tr> | |
| <td><a HREF="jobs.html" target="body"><img align="middle" alt src="images/btn08.gif" BORDER="0" WIDTH="113" HEIGHT="25"></a></td></tr> | |
| <tr> | |
| <td><a HREF="body.asp" target="body"><img align="middle" alt src="images/btn01.gif" BORDER="0" WIDTH="113" HEIGHT="24"></td></tr> | |
| <tr> | |
| <td><a HREF="http://206.129.141.132/cool/usbin/Forums.usm?ReqObject=topic&ReqAction=browse" target = "body"><img align="middle" alt src="images/btn04.gif" WIDTH="113" HEIGHT="24" border = "0"></A></td></tr> | |
| <tr> | |
| <td><img align="middle" alt src="images/btn02.gif" WIDTH="113" HEIGHT="25" border = 0></td></tr> | |
| <tr> | |
| <td><img align="middle" alt src="images/btn07.gif" WIDTH="113" HEIGHT="23"></td></tr> | |
| <tr> | |
| <td><a HREF = "http://206.129.141.132/cool/usbin/SiteCreator.usm?ReqObject=category&ReqAction=browse" target = "body"><img align="middle" alt src="images/btn05.gif" WIDTH="113" HEIGHT="25" border = "0"></A></td></tr> | |
| <tr> | |
| <td><a HREF = "http://206.129.141.132/cool/usbin/Calendar.usm?ReqObject=calendar&ReqAction=browse" target = "body"><img align="middle" alt src="images/btn03.gif" WIDTH="113" HEIGHT="23" border = "0"></A></td></tr> | |
| <tr> | |
| <td><img align="middle" alt src="images/btn09.gif" WIDTH="113" HEIGHT="24"></td></tr></table> | |
| </table> | |
| </body> | |
| </html> |