Vanessa023
11-20-2009, 03:07 PM
Hey Everyone,
As I can't get LightBox to work, I'd like to make a Gallery with Pop-Up images. I have thumbnails, as well as the large images.
I found this code on this site under JavaScript
<script language="javascript" type="text/javascript">
//<!--
function popup()
{ window.open ("YourURLgoesHere.html","popup","width=1000,height=700,location=0,menubar=0,resizab le=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
Could I insert it WITHOUT the ".html" and instead it will pop-up the larger image? Gallery would include a succession of these codes.
<a href="javascript:popup()"><a href="bathrooms/baths-01.jpg"><img src="thumbs/baths-01.jpg" /></a>
Thanks,
Vanessa
As I can't get LightBox to work, I'd like to make a Gallery with Pop-Up images. I have thumbnails, as well as the large images.
I found this code on this site under JavaScript
<script language="javascript" type="text/javascript">
//<!--
function popup()
{ window.open ("YourURLgoesHere.html","popup","width=1000,height=700,location=0,menubar=0,resizab le=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
Could I insert it WITHOUT the ".html" and instead it will pop-up the larger image? Gallery would include a succession of these codes.
<a href="javascript:popup()"><a href="bathrooms/baths-01.jpg"><img src="thumbs/baths-01.jpg" /></a>
Thanks,
Vanessa