Hi,
I've just installed Netscape 7.1 for Linux and the following script
refuses to open a window when I call this function:
function OpenLinkWindow( ) {
wMap=window.ope n('http://naxos.orangepor t.net/cyclades-info/ShowMap.php?id_ advert=45&map=' ,'','width=400, height=600');
wMap.onResize =
'self.location. href=http://naxos.orangepor t.net/cyclades-info/ShowMap.php?id_ advert=45&map='
wMap.focus();
self.close();
}
In other browsers (NS 7.0/Win98, IE6/Win98) and in Netscape 7.0 for
Linux, it works fine.
What has changed in 7.1?????
Rgds,
Edwin
I've just installed Netscape 7.1 for Linux and the following script
refuses to open a window when I call this function:
function OpenLinkWindow( ) {
wMap=window.ope n('http://naxos.orangepor t.net/cyclades-info/ShowMap.php?id_ advert=45&map=' ,'','width=400, height=600');
wMap.onResize =
'self.location. href=http://naxos.orangepor t.net/cyclades-info/ShowMap.php?id_ advert=45&map='
wMap.focus();
self.close();
}
In other browsers (NS 7.0/Win98, IE6/Win98) and in Netscape 7.0 for
Linux, it works fine.
What has changed in 7.1?????
Rgds,
Edwin
Comment