PDA

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(&#039;image.jpg&#039;,&#039;nameOfWindow&#039;,&#039;width=300, height=300,location=no, left=200 top=500&#039;);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.

on2r
05-31-2003, 05:51 AM
Try this site:
http://dreamweaverfever.com/grow/
and look for the extension titled Open Picture Window Fever.