Topic awaiting preservation: Is a windows status still existant even if I specify for it not to have one? (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: stirling, ON Can. |
posted 04-07-2004 23:36
Basically what I'm wondering is does |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-08-2004 01:41
Well, in JavaScript, you're allowed to just make up variable names. So even if window.status has no initial value (and it may or may not, I don't know), you should have no problem assigning it one and then reading back from it later. |