Buckster_uk
04-21-2009, 10:56 AM
Hi,
I produce an interactive mapping site online which has an address search feature linked into it. To use this, the user clicks on the address button and a popup window displays with the search capabilities.
A user contacted me to tell me that when they click on the button to open the popup, it opens but it displays behind the main mapping window - I have not experienced this with any other browsers apart from IE7.
Is this a known issue? Would I need to include any additional code?
Many thanks!
**
if (parent.MapFrame.useGazops) {
// Print. . . requires gazops directory
document.write('<td align="center" valign="middle">');
document.write('<img src="images/gazetteer1.jpg" width=86 height=37 hspace=1 vspace=1 border=0 alt=" ' + t.buttonList[60] + '" onmousedown="parent.MapFrame.clickFunction(\'gazops\');" onmouseover="window.status=\' ' + t.buttonList[60] + '\'">');
document.writeln('</td>');
}
**
I produce an interactive mapping site online which has an address search feature linked into it. To use this, the user clicks on the address button and a popup window displays with the search capabilities.
A user contacted me to tell me that when they click on the button to open the popup, it opens but it displays behind the main mapping window - I have not experienced this with any other browsers apart from IE7.
Is this a known issue? Would I need to include any additional code?
Many thanks!
**
if (parent.MapFrame.useGazops) {
// Print. . . requires gazops directory
document.write('<td align="center" valign="middle">');
document.write('<img src="images/gazetteer1.jpg" width=86 height=37 hspace=1 vspace=1 border=0 alt=" ' + t.buttonList[60] + '" onmousedown="parent.MapFrame.clickFunction(\'gazops\');" onmouseover="window.status=\' ' + t.buttonList[60] + '\'">');
document.writeln('</td>');
}
**