Hi,
Could somebody tell me what a Mail.CAB file do in ASP
I have a page which contains a button as Create a new RTF mail.The action page of it contains
<FORM action="" method="POST" name=form1 enctype="multipart">
<OBJECT CLASSID="CLSID:E1F72149-BCAB-46A8-8780-2228BD34F945" CODEBASE="Mail.CAB#version=1,0,0,0" id=UserControl11 style="LEFT: 0px; TOP: 0px" VIEWASTEXT >
<PARAM NAME="_ExtentX" VALUE="14843">
<PARAM NAME="_ExtentY" VALUE="15505">
<PARAM NAME="Text" VALUE="">
<PARAM NAME="TextRTF" VALUE="">
<PARAM NAME="ToText" VALUE="">
<PARAM NAME="SubText" VALUE="">
<PARAM NAME="MfText" VALUE=""></OBJECT>
While clicking the button I get a dialog box as 'Windows has blocked this software because it can't verify the publisher'.
I tried searching in internet but was unable to get relevant information.
regards,
SMM