Hi, I'm trying to embed a C# control in a HTML page - to work something akin to an ActiveX control. I can get this to work with IIS web server but not with jboss. It's embedded in the html page as follows,
<html> | <body> | <object id="mycontrol" height="472" width="488" | classid="http://127.0.0.1/MyControl.dll#controls.mycontrol"> | </object> | </body> | | <script language="JavaScript"> | <!-- | | window.open = SymRealWinOpen; | | //--> | </script> | | </html> When this html page is accessed from the JBOSS server, the control is not displayed. I think that the dll is located ok, (i've tried referencing a dll that isn't there and what appears in my browser looks different). I've tried putting <mime-mapping> | <extension>dll</extension> | <mime-type>application/x-msdownload</mime-type> | </mime-mapping> in the web.xml file, but that doesn't seem to help Any suggestions would be much appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875602#3875602 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875602 ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
