Mijn duimnagel popup werkt niet :O
Geplaatst: 09 mar 2006, 15:11
Waarom doet de popup het niet van deze thumpnail? 
url: paradronPUNTcom/nemesis/index.php

url: paradronPUNTcom/nemesis/index.php
Code: Selecteer alles
<html>
<head>
<title>photo gallery</title>
<script language="javascript">
function photo_open(link, width, height)
{
var photoWindow=window.open(link,"photo",
'toolbar=0,location=0,directories=0,status=0,
menubar=0,scrollbars=0,resizable=0,width=
'+width+',height='+height);
}
</script>
<body>
<table cellpadding="2" align="center"
cellspacing="2" width="80%" border="0" align="center">
<tr>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=DBC02(1).jpg','465','318');"><img src="photos/thumbs/DBC02(1).jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=DBC02(2).jpg','471','322');"><img src="photos/thumbs/DBC02(2).jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=DBC02.jpg','464','318');"><img src="photos/thumbs/DBC02.jpg" width="100" height="75"></a></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<div align="center">
</div>
</body>
</html>