Darwin
07-24-2002, 08:58 AM
Hi there,
I'm developping a web based application that works with IE6.
I built it with VB6 as an ActiveX Document.
Then I used the Wizard Assistant to create the package.
While editing the HTML file created, I saw a comment written by the Wizard that indicates that the code written in only worked with IE 3.x (just have a look at it)
<HTML>
<HEAD>
<TITLE>MyApplication.CAB</TITLE>
</HEAD>
<BODY>
<a href=MyApplication_Document.VBD>MyApplication_Document.VBD</a>
<!--*********** Comment Begin **********
Internet Explorer Version 3.x HTML
-->
<!--*********** Comment Begin **********
<HTML>
<OBJECT ID="CC_Document"
CLASSID="CLSID:"
CODEBASE="MyApplication.CAB#version=1,0,0,0">
</OBJECT>
<SCRIPT LANGUAGE="VBScript">
Sub Window_OnLoad
Document.Open
Document.Write "<FRAMESET>"
Document.Write "<FRAME SRC=""MyApplication_Document.VBD"">"
Document.Write "</FRAMESET>"
Document.Close
End Sub
</SCRIPT>
</HTML>
*********** Comment End ********** -->
</BODY>
</HTML>
So I find a link that launch my application... but I want it to be launched directly ! :D
Is there someone who could tell me what's the code I'm looking for ? :rolleyes:
Thanks a lot for your help.
I'm developping a web based application that works with IE6.
I built it with VB6 as an ActiveX Document.
Then I used the Wizard Assistant to create the package.
While editing the HTML file created, I saw a comment written by the Wizard that indicates that the code written in only worked with IE 3.x (just have a look at it)
<HTML>
<HEAD>
<TITLE>MyApplication.CAB</TITLE>
</HEAD>
<BODY>
<a href=MyApplication_Document.VBD>MyApplication_Document.VBD</a>
<!--*********** Comment Begin **********
Internet Explorer Version 3.x HTML
-->
<!--*********** Comment Begin **********
<HTML>
<OBJECT ID="CC_Document"
CLASSID="CLSID:"
CODEBASE="MyApplication.CAB#version=1,0,0,0">
</OBJECT>
<SCRIPT LANGUAGE="VBScript">
Sub Window_OnLoad
Document.Open
Document.Write "<FRAMESET>"
Document.Write "<FRAME SRC=""MyApplication_Document.VBD"">"
Document.Write "</FRAMESET>"
Document.Close
End Sub
</SCRIPT>
</HTML>
*********** Comment End ********** -->
</BODY>
</HTML>
So I find a link that launch my application... but I want it to be launched directly ! :D
Is there someone who could tell me what's the code I'm looking for ? :rolleyes:
Thanks a lot for your help.