W3Who Topics | Previous

Using W3Who


To run the W3Who application, reference W3Who in a Web page. For example, include the following HTML text on a page that resides in the same virtual directory as W3Who.dll:

<p><a href="w3who.dll">who Are You</a>

Or, create a button that posts an HTML form:

<form action="W3Who.dll" method="GET">
<div align="center"><center><p><input type="submit" value="Who Are You">
</form>


important-icon

Important

The example usage instructions outlined above are strictly for installing and testing the tool and do not cover security concerns. To properly use this tool while maintaining a secure Web site, see the information on security concerns in the Microsoft® Internet Information Services 5.0 documentation.