Pagina 1 van 1

Mijn duimnagel popup werkt niet :O

Geplaatst: 09 mar 2006, 15:11
door Grimlock
Waarom doet de popup het niet van deze thumpnail? :(
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>

Geplaatst: 09 mar 2006, 18:43
door Grimlock
Deze hoorde in algemene chat thuis, mijn excuses!

No problemo - Stef

Geplaatst: 10 mar 2006, 16:14
door Grimlock
*Bumb*

Geplaatst: 11 mar 2006, 12:00
door Grimlock
Niemand? :cry:

Dit is trouwens een tutorial die op webmonkey.com staat. Echt vaag dat het niet werkt.