home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_03.cab / iipathhd.asp < prev    next >
Text File  |  1997-11-12  |  745b  |  35 lines

  1. <%@ LANGUAGE=VBScript %>
  2. <% Option Explicit %>
  3. <% Response.Expires = 0 %>
  4.  
  5. <HTML>
  6. <HEAD>
  7. <TITLE></TITLE>
  8. </HEAD>
  9.  
  10. <BODY BGCOLOR="#CCCCCC" LINK="#000000" VLINK="#000000" TOPMARGIN=10 TEXT="#000000">
  11.     <FONT SIZE = 1 FACE="HELV,ARIAL">These properties are set on children nodes. Would you like these to be inherited?</FONT>
  12. </BODY>
  13.  
  14. <SCRIPT LANGUAGE="JavaScript">
  15.     function buildListForm(){
  16.         parent.list.document.userform.submit();
  17.     }
  18.  
  19.     function SetListVals(){
  20.     }
  21.  
  22.     function listFuncs(){
  23.         this.writeList=buildListForm;        
  24.         this.SetListVals=SetListVals;
  25.         this.mainframe = top.opener.top;        
  26.     }
  27.     
  28.     listFunc = new listFuncs();
  29.  
  30. </SCRIPT>
  31. <FORM NAME="userform">
  32.     <INPUT NAME="hdnJunk" TYPE="hidden">
  33. </FORM>
  34.  
  35. </HTML>