freakish
06-29-2003, 07:38 AM
I have thumbnails on my page. When you click on a thumbnail, I would like the full sized image to come up in a new window.
I have a feeling I'm going about this all wrong. Maybe I don't even need Java, I don't really know.
I was looking at this code:
<script language="javascript">
//<!--
function popup()
{ window.open ("YourURLgoesHere.html","popup","width=400,height=400,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
When I want each thumbnail to link to its own window, what do I put in it for the URL (in bold)? (And I do know I would have a code for each image as well)
I have a feeling I'm going about this all wrong. Maybe I don't even need Java, I don't really know.
I was looking at this code:
<script language="javascript">
//<!--
function popup()
{ window.open ("YourURLgoesHere.html","popup","width=400,height=400,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
When I want each thumbnail to link to its own window, what do I put in it for the URL (in bold)? (And I do know I would have a code for each image as well)