Link to home
Start Free TrialLog in
Avatar of Aleks
AleksFlag for United States of America

asked on

Open browser window in the center of the screen

I am using the code below to open a window and display a report, problem is that it opens on the top left of the screen and when working with many reports it gets annoying. How can I modify the code below to open it in the center of the screen ?

<img src="../../../Images/icview.gif" alt="" width="16" height="16" onClick="MM_openBrWindow('rp_contacts_03_results.asp','results','scrollbars=yes,resizable=yes,width=900,height=600')"/>
SOLUTION
Avatar of Brian Tao
Brian Tao
Flag of Taiwan, Province of China image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aleks

ASKER

Thanks to both.