changed source folder names
This commit is contained in:
parent
146f0eeb0a
commit
a69a1d99fb
824 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,68 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
|
||||
<title>Remove</title>
|
||||
<script language="JavaScript">
|
||||
|
||||
szNavVersion = navigator.appVersion
|
||||
|
||||
if (navigator.appName == "Microsoft Internet Explorer") {
|
||||
if (szNavVersion.indexOf ("4.") >= 0) {
|
||||
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/spidie4.css">');
|
||||
} else {
|
||||
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/spidie3.css">');
|
||||
}
|
||||
}
|
||||
else if (navigator.appName == "Netscape") {
|
||||
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/spidie4.css">');
|
||||
}
|
||||
else {
|
||||
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/spidie3.css">');
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<meta NAME="DESCRIPTION" CONTENT="Internet Information Server reference information">
|
||||
</head>
|
||||
|
||||
<body BGCOLOR="#FFFFFF" TEXT="#000000">
|
||||
<font face="Verdana, Arial, Helvetica">
|
||||
|
||||
<h1><a name="_remove"></a>Remove</h1>
|
||||
|
||||
<p>The <b>Remove </b>method takes the name of a counter, removes the counter from the
|
||||
Counters object, and deletes the counter from the Counters.txt file.</p>
|
||||
|
||||
<h2>Syntax</h2>
|
||||
|
||||
<pre><b>Counters.Remove(</b><i>CounterName</i><b>)
|
||||
</b></pre>
|
||||
|
||||
<h2>Parameters</h2>
|
||||
|
||||
<dl>
|
||||
<dt><i>CounterName</i></dt>
|
||||
<dd>A string containing the name of the counter.</dd>
|
||||
</dl>
|
||||
|
||||
<h2>Example</h2>
|
||||
|
||||
<p>The following code removes the counter <code>hitscounter </code>from the Counters.txt
|
||||
file. </p>
|
||||
|
||||
<pre><% Counters.Remove(hitscounter) %>
|
||||
</pre>
|
||||
|
||||
<h2>Applies To</h2>
|
||||
|
||||
<p>Counters component</p>
|
||||
|
||||
<h2>See Also</h2>
|
||||
|
||||
<p><a href="counter2.htm"><b>Get</b></a>, <a href="counter3.htm"><b>Increment</b></a>, <a
|
||||
href="counter5.htm"><b>Set</b></a> </p>
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue