To launch zoommap use this kind of line (javascript):
|
open('zoommap/index.php? |
MAP=<MAP>& |
//filename of the map |
|
SMALLMAP=<SMALLMAP>& |
//filename of the smallmap |
|
MAPNAME=<MAPNAME>& |
//name of the map |
|
INFO=<INFO>& |
//information for printing |
|
TTF_SIZE=<TTF_SIZE>& |
//size of font for printing |
|
TITLECOLOR=<TITLECOLOR>& |
//color of the title for printing |
|
INFOCOLOR=<INFOCOLOR>', |
//color of info for printing |
|
'zoommap', |
//name of the window |
|
'width='+screen.width*0.7+',height='+screen.height*0.7+', |
//size of the window, here 70% of the screen |
|
scrollbars=no,resizable=1,toolbar=no,status=0,menubar=false') |
//attribute of the window |