home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Examples / store / index.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  997 b   |  38 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2.  
  3. <HTML>
  4. <HEAD>
  5.     <TITLE></TITLE>
  6. </HEAD>
  7.  
  8. <BODY BGCOLOR="#FFCC33">
  9.  
  10. <SPAN STYLE="position: absolute; left: 50px; top: 100px">
  11.  
  12.     <FONT FACE="Verdana, Helvetica" SIZE="2">
  13.     
  14.     <P><B>Welcome to the TACK2 online store...</B></P>
  15.     
  16.     <P>You'll want to use Microsoft Internet Explorer 4.0<BR>
  17.     or Netscape 4.0 to view the store, as it uses style<BR>
  18.     sheets and some fun DHTML.</P>
  19.  
  20.     <!--- If browser is Netscape or MSIE and version 4.x or greater... --->
  21.     <CFIF CGI.HTTP_USER_AGENT CONTAINS "Mozilla" AND NOT (CGI.HTTP_USER_AGENT CONTAINS "1." OR CGI.HTTP_USER_AGENT CONTAINS "2." OR CGI.HTTP_USER_AGENT CONTAINS "3.")>
  22.     
  23.         <P> </P>
  24.  
  25.         <P>Make sure to take a look at the "Behind the Scenes"<BR>
  26.         and "View Source" links on each page.</P>
  27.     
  28.         <P><A HREF="showcategories.cfm">Click here</A> to enter the store.</P>
  29.  
  30.     </CFIF>
  31.  
  32.     </FONT>
  33.  
  34. </SPAN>
  35.     
  36. </BODY>
  37. </HTML>
  38.