distribuir active-x por web
Publicado por emiliano (2 intervenciones) el 20/08/2008 20:02:55
Bueno el titulo lo dice todo.. tengo un active x que quiero distribuir por web, es decir que el navegador cliente, al solicitar la página, pregunte al al usuario que hay un control active-x que se quiere instalar, el usuario diga que si, y se incruste ese ocx en el navegador.. He buscado mucho y la mejor solucion que encontre fue la siguiente..:
<OBJECT DATA="filename.stm" code="filename.ocx">
</OBJECT>
El tema es como armar el archivo stm:
The source descriptor should point to the .stm file, which contains the Persistent Properties of the specified control. This file is created by using the STM Tool from the MSADK. (Microsoft ActiveX Development Kit).
Pero no consigo el programa éste por ningun lado, nisiquiera en la página de Microsoft.. Alguna sugerencia?
Saludos.
<OBJECT DATA="filename.stm" code="filename.ocx">
</OBJECT>
El tema es como armar el archivo stm:
The source descriptor should point to the .stm file, which contains the Persistent Properties of the specified control. This file is created by using the STM Tool from the MSADK. (Microsoft ActiveX Development Kit).
Pero no consigo el programa éste por ningun lado, nisiquiera en la página de Microsoft.. Alguna sugerencia?
Saludos.
Valora esta pregunta


0