For users of Microsoft® Internet Explorer version 3.0 and later, create a link on your Web page to the .cab file. When users load the Web page, the control and plug-in will be downloaded, installed, and registered automatically. For example:
<html>
<head>
<title>Standard Client Payment Component Install</title>
<meta name="GENERATOR" content="Microsoft FrontPage 1.1">
</head>
<OBJECT id=paySelector classid="clsid:3B23ADA5-E00D-11CF-8EE7-00A0C9054334"
codebase="http://example.microsoft.com/testpay/cpcplugin/cpcplugin.cab#Version=1,0,0,1135"
width=300 height=250 >
<PARAM Name="AcceptedTypes" Value="visa:clear;mastercard:clear;amex:clear;discover:clear" >
<PARAM Name="Total" Value="134.50" >
</OBJECT>
</html>
You can also create a link that allows the user to explicitly download the CPC:
<BODY>
<h2> <align=center><a href="cpcplugin.cab">Install Client Payment Component DLL</a> </h2>
</body>
</html>