Hello experts,
I am doing some research in HTML5 . I want to use an embed tag to call a BLS transaction . Is it possible ¡? I am trying with the following tag :
<embed type="text/xml" src="http://<server>/XMII/Runner?Transaction=TransactionName&OutputParameter=OutPut&XacuteLoginName=LoginName&XacutePassword=Password&Content-Type=text/xml">
Furthermore, I want only the BLS calculation , not the xml or html . Is it possibe ¡?
Thanks,
Note . Using an image tag, I can get a image out from the BLS transaction . Work pretty good, but for numbers or text I still can not get it .