Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Problem with xsl extension...

From: "Diana Bulthaupt" <Diana.Bulthaupt(at)web.de>
To: NULL
Date: 1/8/2007 2:13:00 PM

Many thanks Martin.

The main task which is todo for me is to embed on the fly an application 
dependent barcode image in a html page. The page is generated per XSLT 
transformation. Starting an external application (should have generated a 
barcode image file then referenced in html) as diskussed, seems not to work 
with a standard IE installation.

So I thought over an other way. How about using an ActiveX Control. This 
code:

         <object classid="CLSID:599651E8-0CB7-4154-90B3-DBA8E1CDA63E"
           id="Barcode" width="340" height="128">
           <param name="BarWidth"  value="100"></param>
           <param name="BarHight"  value="30"></param>
           <param name="BarCode"  value="1752500092625"></param>
         </object>

uses my activex control to show the barcode on the html page and it works. 
The only point is, that IE popups a message requesting whether I want to 
allow the execution auf the activex control since it could be in interaction 
with other elements on this site.

How can I get rid of this message? I tried allready several changes in the 
security settings of IE, but nothing really helped.

Regards,

Diana Bulthaupt




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent