• 0

Make a call to my ActiveX from my .aspx webpage.


Question

Hi!

I?m creating an ActiveX control in my myapp.aspx-page using the <object> - tag.

&lt;OBJECT id="objComp" style="Z-INDEX: 101; LEFT: 24px; WIDTH: 974px; POSITION: absolute; TOP: 40px; HEIGHT: 538px"
&lt;/OBJECT&gt;

At this time I?m only using the ActiveX technology to publish my MFC application on the net. I?m about to make a call to may webpage like this:

http://www.mypage.com/myapp.aspx?user=bill&password=12345

How may I pass the ?user? and the ?password? into my ActiveX?

Can I how do I access the properties of my ActiveX from my page?

The ActiveX is supposed to run on the client ? not on the server.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.