Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
In this example we create an application that uses XML and ASP pages for a Microsoft® Internet Explorer 5 browser and HTML for other browsers.
Necessary Files
<HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <h1>Salespeople in the NW Region</h1> <P><A href="person1">Person 1</A></P> <P><A href="person2">Person 2</A></P> <P>Person 3</P> <P>Person 4</P> </BODY> </HTML>
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft FrontPage 4.0"> <TITLE>Salespeople in Region</TITLE> <title></title> </HEAD> <BODY BGCOLOR=#FFFFFF> <b><font face="Baskerville Old Face" size="6"><u><i>Salespeople in the NorthWest Region</i></u></font></b> <p> </p> <form method="POST" id="thedata" class=form actionspec="editsalespeople.asp?cmd=foo&url=%DataUrl%"> <p> First Name : <input type="text" id=first class="FIELD" name="sales:firstname" size="20"> </p> <p> Last Name : <input type="text" id=middle class="FIELD" name="sales:lastname" size="40"> </p> <p> Sales Quota : <input type="text" id=middle class="FIELD" name="sales:quota" size="40"> </p> <p> <input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"> <input type="button" value="IE5 only" name="ie5only" onclick="thedata.save()"> </p> </form> <p> </BODY> </HTML>