home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=utf-8" > <!-- ' *** ' *** ------------------------------------------------------------------------------ ' *** Filename: DomainWarning.hta ' *** ------------------------------------------------------------------------------ ' *** Description: To show domain warning message ' *** ------------------------------------------------------------------------------ ' *** Version: 1.0 ' *** Notes: ' *** ------------------------------------------------------------------------------ ' *** Copyright (C) Microsoft Corporation 2005, All Rights Reserved ' *** ------------------------------------------------------------------------------ ' *** --> <title>Domain Warning - Shared Computer Toolkit</title> <script id="Common" language="VBScript" src="include/Common.vbs"></script> <script id="Domainwarning" language="vbscript" src="include/libhta.vbs"></script> <link rel="stylesheet" type="text/css" href="css/hta.css"> <hta:application ID="oImagine" APPLICATIONNAME="Domainwarning" CAPTION="yes" CONTEXTMENU="yes" BORDER="dialog" ICON="" INNERBORDER="no" MAXIMIZEBUTTON="no" MINIMIZEBUTTON="no" NAVIGABLE="no" SCROLL="no" SELECTION="no" SHOWINTASKBAR="yes" SINGLEINSTANCE="yes" SYSMENU="yes" VERSION="1.00" WINDOWSTATE="normal" /> </head> <body onunload="CloseDomainWarning()" style="background-color:steelblue;"> <table border="0" height="100%" width="100%"> <tr> <td><img src="graphics/vbWarning.gif" hspace="10"></td> <td> <h2 id="_locDomainWarning">Warning!</h2> <p id="_locDomainWarningText1">This computer is connected to a Windows domain.</p> <p id="_locDomainWarningText2">Please review Chapter 10, "The Shared Computer Toolkit in Domain Environments" in the Handbook for important information.</p><br> <p><input id="chkDomainWarning" type="checkbox" NAME="chkDomainWarning"><label ID=lchkDomainWarning For=chkDomainWarning>Don't show this warning next time.</label></p><br> </td> </tr> <tr><td colspan=2 align=center><Button class=normal onclick="CloseDomainWarning" ID=btnClose NAME=btnClose style="width:5em">Close</Button></td></tr> </table> </body> </html>