Product: MapXtreme
Version: 3.0
Platform: Windows NT/2000
Category: Code Samples
Summary:
Removing title bar from map image in ASP MapXtreme 3.0 application.
Question:
Is it possible to remove the title bar from the map image?
Answer:
To remove the title bar from the map image, set the visibility of the title bar to false in the Restore State function of the Application.asp file.
For the Hello World application, open up the HelloWorld.asp file and in the RestoreState() function insert:
Session(cMapXObject).Title.Visible = False
Last Modified:
|