View Single Post
Old 04-10-2009, 11:13 PM   #8 (permalink)
Lucky Links
Junior Googler
 
Join Date: Mar 2009
Posts: 27
Thanks: 5
Thanked 2 Times in 2 Posts
Lucky Links is on a distinguished road
Hi
you need this java code for your purpose. add code between your <body> , </body> tag:


<a href="#"><img src="Your Image Path.jpg" width="120" height="80" border="0" onclick="MM_openBrWindow('http://www.google.com','your_page_name','width=300,height =200')" /></a>


Description
img src="Your Image Path.jpg" width="120" height="80" => Your Image Size

('http://www.your_target_page.com','your_page_name','width= 300,height=200') => Your target page with size that you like

I hope this help
Lucky Links is offline   Reply With Quote