B&J
03-12-2003, 12:29 PM
Hello there. I am currently using the script below to open up a new browser window when a thumbnail is clicked. It appears to works perfectly fine in Explorer and Netscape for PC users, but apparently does not work with Mac users - ie. nothing happens when the thumbnail is clicked by a Mac user. If the actual webpage source helps, please see http://www.kavanlee.com/wedding.htm
-----------------
<a href="#" onClick="open('wedding_images/pages/KLwed_16lg.htm','links','width=450,height=550,resizeable');"><img src="wedding_images/thumbnails/KLwed_16sm.jpg" border=0 width="72" height="72"></a>
-----------------
Is there a 'better' script I can use in place of the above? Any ideas or suggestions would be greatly appreciated.
Thanks in advance!
-----------------
<a href="#" onClick="open('wedding_images/pages/KLwed_16lg.htm','links','width=450,height=550,resizeable');"><img src="wedding_images/thumbnails/KLwed_16sm.jpg" border=0 width="72" height="72"></a>
-----------------
Is there a 'better' script I can use in place of the above? Any ideas or suggestions would be greatly appreciated.
Thanks in advance!