oinas
09-16-2005, 08:00 AM
I have problems with HTA =(
Update.
I have *.hta file which loads external html page into <iframe>. For now hta-file is about 240 K and is loaded very slowly. So at the begining of script there were following lines:
window.resizeTo(1,1);
window.moveTo(5000,5000);
and coreesponding lines to move window to the center of screen -some naive trick to avoid appearence of blank window.
Sometimes we have had an "Access denied" error at these lines in windows XP. We have never had them in another OSs. We got similar errors every time then clicked left mouse button on the moving window, but I have doubt that it was a mouseclick in situation described =)
Why we have "Access denied" errors sometimes when resizing or moving the HTA window ?
Update.
I have *.hta file which loads external html page into <iframe>. For now hta-file is about 240 K and is loaded very slowly. So at the begining of script there were following lines:
window.resizeTo(1,1);
window.moveTo(5000,5000);
and coreesponding lines to move window to the center of screen -some naive trick to avoid appearence of blank window.
Sometimes we have had an "Access denied" error at these lines in windows XP. We have never had them in another OSs. We got similar errors every time then clicked left mouse button on the moving window, but I have doubt that it was a mouseclick in situation described =)
Why we have "Access denied" errors sometimes when resizing or moving the HTA window ?