How to get URL in an ActiveX
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am developing an ActiveX in VB6 control to be used in a html page. The control is downloaded and installed from the web (there is a codebase tag in html). The control then calls servlets, the servlet address is a parameter in html. I wold like to avoid an url parameter in the object tag. Can the control in any way retrieve the url from the browsers session?