Hi guys, I have a question for you, as I just started playing with MP.
The scenario is this.
I connect to a web server that show me some tables i.e. customers addresses.
I have MapPoint installed on the client computer so I can easily create a
script on the server that dynamically generates an html page with Clientside vbscript to plot the addresses on a map.
The html page would use something like
<script language="VBScript">
Set oApp = CreateObject("MapPoint.Application")
Set oMap = oApp.ActiveMap
oApp.Visible = True
oApp.UserControl = True
...... my code to draw data ....
</script>
Now this method opens MapPoint in a separate window...
What I would like to have is opening it INSIDE the browser window. In this way I could put in a left frame some html/vbscript code to control/update the map in the other frame....
Any tip?
TIA
Xlup