Object Element

  • Thread starter Thread starter bruce barker \(sqlwork.com\)
  • Start date Start date
B

bruce barker \(sqlwork.com\)

there are several issues when using a wincontrol on a page.

the .net framework must already be installed on the client.
the security settings in .net (caspol.exe) must be set to allow.
using the <object> tag directly will require "click to activate" on lastest
release of IE.

-- bruce (sqlwork.com)
 
I try to use Windows Control Library on my page and call it using OBJECT
element

<object classid="http:WinControl.dll#WinControl.UserControl1" width="100"
height="50" />

after publish my page to IIS, tested with localhost, all seems ok. but when
i tried from another PC,
the object didnt show up on the web browser, the security is minimal and
another pc i used, was'nt installed the .net framework.
anyone can help ?

thanks.
 
Back
Top