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 <!-- m --><a class="postlink" href="http://www.kavanlee.com/wedding.htm">http://www.kavanlee.com/wedding.htm</a><!-- m -->
-----------------
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#" onClick="open('wedding_images/pages/KLwed_16lg.htm','links','width=450,height=550,resizeable');"><img src=http://www.webdeveloper.com/forum/archive/index.php/"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=http://www.webdeveloper.com/forum/archive/index.php/"#" onClick="open('wedding_images/pages/KLwed_16lg.htm','links','width=450,height=550,resizeable');"><img src=http://www.webdeveloper.com/forum/archive/index.php/"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!