I am unable to get the resion why the page is not running in the
localhost.and .aspx
here is the coding which works in .html file without using localhost
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Formulator ActiveX Control</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function onClickOk()
{
var str = formulator.GetMathMLStr();
alert(str);
}
//-->
</script>
</head>
<body>
<h1 align="center">Formulator ActiveX Control</h1>
<!-- Formulator object -->
<OBJECT classid="clsid:737B43F8-5A87-4014-8C6D-C7DB1A99360C"
type="application/x-oleobject" name="formulator-obj" width="700" height="300"
id="formulator">
</OBJECT>
</br>
<a href="#" onClick="onClickOk();">Post math expression</a>
</body>
</html>
Is their any another way to implement the activex control in aspx page in IIs.
another thing .