View Full Version : new window
feel4real
05-30-2003, 08:43 PM
hwo do i open a thumnail image in a new window that is the size of the enlarged image and the user can close it and return to the same page in dwmx?
is this called a pop up? also can i set where the wndow opens on the screen.
any tutorals please.
Pixelchik
05-30-2003, 11:12 PM
<a href="newWindowURL"onClick="window.open('image.jpg','nameOfWindow','width=300, height=300,location=no, left=200 top=500');return false">click here</a>
substitute the left and right numbers with the position on the page you want. Same with width and height of image.
Hope this works for you.
Try this site:
http://dreamweaverfever.com/grow/
and look for the extension titled Open Picture Window Fever.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.