emanuelle
03-20-2007, 07:30 PM
how can I call for a popup from a link and also define the position of the popup on the screen?
thetestingsite
03-21-2007, 03:17 AM
<a href="mypage.html" onclick="window.open(this.href, 'newwin', 'scrollbars=yes,width=400,height=550, LeftPosition=200, TopPosition=150'); return false;">Test Link</a>
Edit the parts in red to suit your needs. Hope this helps.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.