Forum Moderators: open

Message Too Old, No Replies

window status text in a modeless dialog

can you change the window.status text in a modeless dialog?

         

crookyboy

4:50 pm on Aug 25, 2004 (gmt 0)

10+ Year Member



Hi Guys,

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

crookyboy

8:06 am on Aug 26, 2004 (gmt 0)

10+ Year Member



no takers?

BlobFisk

9:28 am on Aug 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you specifying a status in the features of the window.openModelessWindow call? eg:

showModelessDialog("myDialog.html",window,"status:true;dialogWidth:300px;dialogHeight:300px");

crookyboy

10:48 am on Aug 26, 2004 (gmt 0)

10+ Year Member



hi,

yes, i am doing that.

crookyboy

11:26 am on Aug 26, 2004 (gmt 0)

10+ Year Member



I have found information on a website saying that it is a BUG and you cant work around it.

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.

BlobFisk

11:45 am on Aug 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Same thing happens on XP SP1... I am unable to change the status...

crookyboy

1:04 pm on Aug 26, 2004 (gmt 0)

10+ Year Member



Cheers for letting me know - I was about to test : )