Location

It's only a question, i'm working in a browser an I've start with the
javascript-hell. I use spidermonkey too (binding it to python) but I have a
methodic dude: how to implement the 'location' object. Because:

Is window.location
or document.location
or location
or window.document.location

and reading or writing it

location = "http://...."

you are doing

location.href ="http//..."

That's: when you assign a string to location it changes its properties but
still been an object that isn't an string....
but you can threat it as string....

crompre pas.... i dont understand

HEEEEEEEELP needed, i going crazy




-- 
:wq

Received on Friday, 23 May 2008 07:41:11 UTC