home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 October / tst.iso / multimed / IDN / web / mixup / screen.asp < prev    next >
Encoding:
Text File  |  1999-08-09  |  2.3 KB  |  57 lines

  1. <%
  2. ' Pull id from string if arriving from registration
  3. ' (for the benefit of those without cookies enabled)
  4. iRegIDQ = Request.QueryString("id")
  5. iRegID = Request.Cookies("BMG_Mixup_RegID")
  6. %>
  7. <HTML>
  8. <HEAD>
  9. <TITLE>Dance.Com.2 - Screensaver</TITLE>
  10. </HEAD>
  11.  
  12. <BODY BGCOLOR="#99CC66" background="images/background.gif" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> 
  13. <table width="540" border="0" cellspacing="0" cellpadding="0">
  14.   <tr> 
  15.     <td width="165"><img src="images/header/register.gif" width="206" height="61"></td>
  16.     <td width="246"> </td>
  17.     <td><img src="images/group.gif" width="129" height="61"></td>
  18.   </tr>
  19. </table>
  20. <table width="560" border="0" cellspacing="0" cellpadding="0">
  21.   <tr> 
  22.     <td rowspan="5" width="20"><img src="images/splash/blank.gif" width="25" height="6"></td>
  23.     <td colspan="4"> </td>
  24.   </tr>
  25.   <tr> 
  26.     <td colspan="3"> </td>
  27.     <td rowspan="3" valign="top"> 
  28.       <p><font face="Arial" size="2"><% If iRegID = "" And iRegIDQ = "" Then %>
  29.         <a href="register.asp?type=screen">Download now!</a><% Else %><a href="mixup.zip">
  30.         Download now!</a><%End If%>Download
  31.         our cool screensaver for your PC and watch as the characters from this 
  32.         web site entertain you! <br>
  33.         It is designed for Windows 95/98 and is quick and easy to install - just 
  34.         follow these steps:<br>
  35.         1. Download the file (2.6Mb) to your computer. <br>
  36.         2. Unzip the file to a temporary location on your hard disk. <br>
  37.         3. Double click the 'install.exe' file. You will be told 'The screensaver 
  38.         was installed successfully'. <br>
  39.         4. Try it out and enjoy! </font> 
  40.     </td>
  41.   </tr>
  42.   <tr> 
  43.     <td colspan="3"><img src="images/screensaver/top.gif" width="254" height="42"></td>
  44.   </tr>
  45.   <tr> 
  46.     <td width="94"><img src="images/screensaver/left.gif" width="94" height="141"></td>
  47.     <td width="142"><img src="images/screensaver/animation.gif" width="142" height="141"></td>
  48.     <td width="20"><img src="images/screensaver/right.gif" width="20" height="140"></td>
  49.   </tr>
  50.   <tr> 
  51.     <td colspan="4" width="386" valign="top"><img src="images/screensaver/bottom.gif" width="386" height="93"></td>
  52.   </tr>
  53. </table>
  54. <p>  </p>
  55. </BODY>
  56. </HTML>
  57.