Forum Moderators: open
Is it possible to change the status text in a modeless dialog?
window.showModelessDialog(sURL [, vArguments] [, sFeatures])
Normally you would use the javascript code:
window.status = 'something';
But when I try to do that in a modeless dialog that I have opened, it wont set the status text.
Anyone know why and how to do it?
Cheers
I think that it is more likely a security fix. Nevermind!
Oh and it seems to work fine locally - but as soon as you upload and run online, it wont work.
BTW, incase your wondering I am running Windows XP SP2- which has presumably stopped you from changing the status text.
Cheers Microsoft.