Home > Software engineering >  Do OCX controls, install didn't do (signature) on the IE browser, go to call the method how to
Do OCX controls, install didn't do (signature) on the IE browser, go to call the method how to

Time:10-05

I do a simple addition OCX to generate functions, then packaged into a CAB, successful installation on IE, big the called function AddFun2 (1, 1), how to say it's not defined?
HTML is as follows:


New Page

<script language="javascript" & gt;
The function doTest ()
{
Var sum=CaluNumCtrl. AddFun2 (1, 1);
Alert (sum);
}
</script>

<body>


CodePudding user response:

1, control whether RegSvr32 registration
2, the method of control is external definition

No signature will only affect the network access control will be loaded

CodePudding user response:

Search "BHO"?

CodePudding user response:

One is the need to be registered Regsvr32, another is that there is no signature, IE is likely to stop running
  • Related