[Mapserver-users] Mapclient - create new window
Lars-goran Edholm
Lars-goran.Edholm at sandviken.se
Wed Oct 8 23:45:28 PDT 2003
I found that the problem with creating a new window dynamical is a browser
problem.
It doesnt work in Internet Explorer 6.0 but it works fine in Netscape 7.1.
In IE6.0:
with
function newwin(){
w1 = new win(10,200,600,450,"Karta 1")
}
The page is cleared out from all menus etc and only a
new ILayer is showing, the whole code for the remaining page is:
<iframe id=iframe0 name=iframe0></iframe>
with
function newwin(){
w1 = new win(10,200,9,9,"Karta 1")
}
The page is cleared out from all menus etc and a window in size aprox 3x3
pixels is created.
with
function newwin(){
w1 = new win(10,200,10,10,"Karta 1")
}
The page is cleared out from all menus etc and only a
new ILayer is showing, the whole code for the remaining page is:
<iframe id=iframe0 name=iframe0></iframe>
with
function newwin(){
w1 = new win(10,200,600,450)
}
Menus etc is showing and a new window is created but it cant be moved or
resized.
Mvh
Lars-Göran Edholm tel 026/24 14 36
1:e byggnadsinspektör
Bygg- och miljökontoret
811 80 Sandviken
lars-goran.edholm at sandviken.se
More information about the MapServer-users
mailing list