Right, at work we have a flash interface embedded in a html page and when click on an item in a listbox in the flash, it opens up a window -
getURL("javascriptpenURL('"+strListAnimsText0.getValue()+"','width=800,height=603,status=yes,menubar=no,scrollbars=yes,resizable,screenX=0,left=0,screenY=0,top=0,left=0')");
In the main html page, we have a javascript function named openURL which is as follows:
function openURL(getURL,parameters){
window.open(getURL,"_blank",parameters)
}
This method works fine in Firefox, and it does on my IE6 - version: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
Update version: SP2
This used to work on everyone's PC, but now it doesn't work on some of my colleagues' IE6 - with the same version details! Even stranger is that one of my colleagues then did a system restore back a couple of weeks and it worked fine!
Even stranger is that I have setup a blank html page with a single link using the same javascript function as above - and it works on everyone's pc!
Our work PCs are setup to automatically install windows updates.
Does anyone have any ideas - or i fear that i will turn to the bottle - or listen to those voices in my head again!!!
A computer always does what you tell it to, but rarely does what you want it to.....
getURL("javascriptpenURL('"+strListAnimsText0.getValue()+"','width=800,height=603,status=yes,menubar=no,scrollbars=yes,resizable,screenX=0,left=0,screenY=0,top=0,left=0')");
In the main html page, we have a javascript function named openURL which is as follows:
function openURL(getURL,parameters){
window.open(getURL,"_blank",parameters)
}
This method works fine in Firefox, and it does on my IE6 - version: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
Update version: SP2
This used to work on everyone's PC, but now it doesn't work on some of my colleagues' IE6 - with the same version details! Even stranger is that one of my colleagues then did a system restore back a couple of weeks and it worked fine!
Even stranger is that I have setup a blank html page with a single link using the same javascript function as above - and it works on everyone's pc!
Our work PCs are setup to automatically install windows updates.
Does anyone have any ideas - or i fear that i will turn to the bottle - or listen to those voices in my head again!!!
A computer always does what you tell it to, but rarely does what you want it to.....