Leaked source code of windows server 2003
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.

17 lines
523 B

  1. <%@ CODEPAGE=65001 %>
  2. <%
  3. '------------------------------------------------------------
  4. '
  5. ' Microsoft Internet Printing Project
  6. '
  7. ' Copyright (c) Microsoft Corporation. All rights reserved.
  8. '
  9. '------------------------------------------------------------
  10. Const VIEW_EQUALS_P = "&view=p"
  11. Const ATPAGE = "&page="
  12. Randomize
  13. Session("StartInstall") = 1
  14. Response.Redirect ("ipp_0004.asp?eprinter=" & Request ("eprinter") & VIEW_EQUALS_P & ATPAGE & CStr(Int(Rnd*10000)) )
  15. %>