Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
260 B

  1. <%
  2. ' iiwiz.inc
  3. ' generic page names... each wizard must have a NONE and a WELCOME.
  4. Const NONE = 0
  5. Const WELCOME = 1
  6. Const ENABLED = True
  7. Const SCRIPT = "<SCRIPT LANGUAGE='JavaScript'>"
  8. Const CLOSESCRIPT = "</SCRIPT>"
  9. %>
  10. <!--#include file="iisetfnt.inc"-->