On Thu, 01 Jan 2009 19:48:52 -0500, Michael White
<mwhite13 (AT) rochester (DOT) rr.com> wrote:
Quote:
A js variable can not contain spaces, but an object's property can if it
is enclosed in brackets. Even a global object:
window["The Meaning of Life"]=41.9 |
You are talking about a js variable name cannot contain spaces, right?
That just seemed so obvious that I wanted to make sure I understood. I
think what I may have been remembering was something like:
window.open("a page name with spaces.html");
However, testing it now, it seems to work. Perhaps it was in older
browsers. I dunno, I'm getting way too forgetful any more.
Gary