Object Element

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Seth Bourne

    Object Element

    I try to use Windows Control Library on my page and call it using OBJECT
    element

    <object classid="http:W inControl.dll#W inControl.UserC ontrol1" 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.



  • bruce barker \(sqlwork.com\)

    #2
    Re: Object Element

    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 <objecttag directly will require "click to activate" on lastest
    release of IE.

    -- bruce (sqlwork.com)



    "Seth Bourne" <seth_20@yahoo. comwrote in message
    news:uXGIo3N2GH A.1040@TK2MSFTN GP06.phx.gbl...
    >I try to use Windows Control Library on my page and call it using OBJECT
    >element
    >
    <object classid="http:W inControl.dll#W inControl.UserC ontrol1" 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.
    >
    >
    >

    Comment

    Working...