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
>
>
>
- Follow-Ups:
- [Javascript] locking popups position
- From: Rodney Myers
- [Javascript] locking popups position
- Prev by Date: [Javascript] locking popups position
- Next by Date: [Javascript] locking popups position
- Previous by thread: [Javascript] locking popups position
- Next by thread: [Javascript] locking popups position
- Index(es):