open picture in new window, how to open picture in new window, how to open image in new window, tips, guide open picture in new window
(Website Helper) open picture, new window Number of Visitors: Site Map

how to open picture in new window



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about open picture in new window, how to open picture in new window, how to open image in new window, tips, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



Sometimes when you design a web page, you are required to open a new window for a picture. This can be easily done by using the following html code.


<a href="#" onClick="window.open('bg.jpg', 'Window', 
'width=300, height=300, scrollbars=yes');">Click to see picture</a>

If you want to click on the image and see bigger image, you can use the following code.


<a href="big_bg.jpg" target="_blank"><img src="small_bg.jpg"></a>

Note:

You need to place the full url of yours before the image file mentioned above.

(Website Helper) open picture, new window (c) EduSoftMax - www.edusoftmax.com