Shortie2x4
11-17-2005, 07:17 PM
I am using this code
<script language="javascript" type="text/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>
I am trying to make a photo album and use the pop ups. Problem: If i put more than 1 of the code provided above, the thumbnails themself show the actual photo, but when you click on the thumbnail, the last photo in the Header is the one that shows up when you click on all the thumbnails. Is there something else I should be doing??
<script language="javascript" type="text/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>
I am trying to make a photo album and use the pop ups. Problem: If i put more than 1 of the code provided above, the thumbnails themself show the actual photo, but when you click on the thumbnail, the last photo in the Header is the one that shows up when you click on all the thumbnails. Is there something else I should be doing??