As the continous of the the above problem we request microsoft to assist. They replied with some points.
This behavior is by design. Office applications such as Word, PowerPoint, Excel etc. cannot be automated with CreateObject (VBScript) or ActiveXObject (JScript) unless this security setting allows it. Therefore the problem is not specific to Excel or JScript. The reason that Excel object is not safe from a scripting environment...
User Profile
Collapse
-
Thanks for your reply.
I go thru the ref URL and i signed my excel.exe. but still the warning message is appear in my client side.
I used the following syntax
makecert -r -pe -n "CN=s6072" -b 01/01/2000 -e 01/01/2036 -eku 1.3.6.1.5.5.7.3 .1 -ss my -sr localMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 -sv key.pvk key.cer
cert2spc key.cer...Leave a comment:
-
SSL and Code Sign issue
Hi Friends
I have a problem in excel data export thru javascript. we create an excel object from javascript. at that time IE shows the warning message "An Activex ontrol on this page might be unsafe to interect with other part of the page. do you want to allow this interection?" shows. Our client dont want to enable the Unsafe manner chk box in security settings
So we tried to sign the excel object... -
Hi
open WinHTTP object and post the data thru Request object and get the response thru Response object
Option Explicit
Private Sub Command1_Click( )
Dim HttpReq As Object
' Create the WinHTTPRequest ActiveX Object.
Set HttpReq = New WinHttpRequest
' Switch the mouse pointer to an hourglass while busy.
MousePointer = vbHourglass...Leave a comment:
-
Hi
you mean to say that you want to load web process once your IIS started?
if yes means kindly explain the scenarioLeave a comment:
No activity results to display
Show More
Leave a comment: