home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / uaktualnienia / OptionPackPL / iis4_02.cab / default.asp10 < prev    next >
Encoding:
Text File  |  1998-04-27  |  786 b   |  31 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <%
  3.  Option Explicit
  4.  Dim ranWizard, intID, i, background, theme, frameHeight, pagePicture, pageText, pageType, pagewords
  5.  
  6.  If myinfo.Theme <> "" Then
  7.     Theme = myinfo.Theme
  8. %>
  9. <!--
  10.     $Date: 9/05/97 11:21a $
  11.     $ModTime: $
  12.     $Revision: 8 $
  13.     $Workfile: default.asp $
  14. -->
  15.     <HTML>
  16.     <HEAD>
  17.     <!--#include virtual ="/iissamples/homepage/sub.inc"-->
  18.     <META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
  19.     <META HTTP-EQUIV="Content-Type" content="text/html; charset=windows-1250">
  20.     <TITLE><% call Title %></TITLE>
  21.     <% call styleSheet %>
  22.     </HEAD>
  23.     <BODY TopMargin="0" Leftmargin="0">
  24.     <!--#include virtual ="/iissamples/homepage/theme.inc"-->
  25.     </BODY>
  26.     </HTML>
  27. <%
  28.  Else
  29.     response.redirect "/IISSamples/Default/welcome.htm"
  30.  End If
  31. %>