Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] moveTo


  • From: javascript@xxxxxxxxxx (Iztok Polanic)
  • Subject: [Javascript] moveTo
  • Date: Thu, 21 Nov 2002 16:30:44 +0100

Hi!

One easy question to which I don't know the answer :(
I'm opening a new window and I want it to display on x,y coordinates.
I have this:

window.open (link,"windowName","parameter");
windowName.moveTo(x,y);

What's worng?

Bye,

Iztok