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] locking popups position


  • From: javascript@xxxxxxxxxx (Greg Krieser)
  • Subject: [Javascript] locking popups position
  • Date: Mon, 22 Apr 2002 13:42:01 -0500

Are you looking for the left and top commands?  See code below.

<script language='JavaScript'>
<!-- 
function openindex()
    {   
       window.open('popup.html', 'newwin', 'height=250,width=250,toolbar=no,scrollbars=no,menubar=no,left=300,top=300');
    }
// -->
</SCRIPT>

 
The following message was sent by "FERON Matthieu" <FERONMA@xxxxxxxxx> on Mon, 22 Apr 2002 18:22:59 +0200.

> Hello all,
> is there a way to open a popup always at the same place ?
> thanks.
> Matthieu Féron
> mferon@xxxxxxxxx
> http://ffwnet.phpnet.org
> 
> 
>