home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / setup3.cab / pak210-x86.exe / RCDATA / CABINET / postinfo.asp < prev    next >
Text File  |  1997-05-22  |  474b  |  13 lines

  1. <% Response.Buffer = TRUE %>
  2. <% if (Len(Request.ServerVariables("LOGON_USER")) = 0 ) then %>
  3.     <% Response.Status = "401 Unauthorized" %>
  4.     <B>Error: Access is denied.</B><P>
  5. <% else %>
  6.  
  7. Version=1.5
  8. [{8B14B770-748C-11D0-A309-00C04FD7CFC5}]
  9. PostingURL="http://<%= Request.ServerVariables("SERVER_NAME") %>/scripts/cpshost.dll?PUBLISH"
  10. TargetURL="http://<%= Request.ServerVariables("SERVER_NAME") %>/users/<%= Request.ServerVariables("LOGON_USER") %>"
  11.  
  12. <% end if %>
  13.