home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_03.cab
/
iipathhd.asp
< prev
next >
Wrap
Text File
|
1997-11-12
|
745b
|
35 lines
<%@ LANGUAGE=VBScript %>
<% Option Explicit %>
<% Response.Expires = 0 %>
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY BGCOLOR="#CCCCCC" LINK="#000000" VLINK="#000000" TOPMARGIN=10 TEXT="#000000">
<FONT SIZE = 1 FACE="HELV,ARIAL">These properties are set on children nodes. Would you like these to be inherited?</FONT>
</BODY>
<SCRIPT LANGUAGE="JavaScript">
function buildListForm(){
parent.list.document.userform.submit();
}
function SetListVals(){
}
function listFuncs(){
this.writeList=buildListForm;
this.SetListVals=SetListVals;
this.mainframe = top.opener.top;
}
listFunc = new listFuncs();
</SCRIPT>
<FORM NAME="userform">
<INPUT NAME="hdnJunk" TYPE="hidden">
</FORM>
</HTML>