biswajit.cse 0 Newbie Poster

Hi All,
I am a new one in jsp having the basic idea. I have some dll deployed in web server. When user hit my server on the login.jsp page I instatiate a Com dll using the Object tag. Now the problem is that if my site is not added as trusted site it raise an error.

Does it required to add the url as trusted. Any kind of help regarding this issue would be appretiated. Please help me to come out from this problem.

I have used the object tag like -

<object id="xxxxxx" onerror="errorHandler"
classid="clsid:xxxxxxxxx"
CODEBASE="../path"
codetype="application/x-oleobject" >
</object>

Thanks,
sujit