Can someone give me some guidance on how to get MapPoint running on a webpage using ActiveX. I'm using the html below and I just get a blank box.
<HTML>
<HEAD>
<TITLE>New Page</TITLE>
</HEAD>
<BODY>
<OBJECT ID="MappointControl1" WIDTH=665 HEIGHT=533
CLASSID="CLSID:8F78D7FC-BAE4-46A4-A79A-052356AB3DD4">
<PARAM NAME="BorderStyle" VALUE="0">
<PARAM NAME="MousePointer" VALUE="0">
<PARAM NAME="TabStop" VALUE="-1">
<PARAM NAME="Appearance" VALUE="1">
<PARAM NAME="PaneState" VALUE="3">
<PARAM NAME="UnitsOfMeasure" VALUE="0">
</OBJECT>
</BODY>
</HTML>