File: D:/HostingSpaces/TWijnstra/wijnstra.com/dvd/verlanglijst.asp
<%@ LANGUAGE="VBSCRIPT" %>
<html>
<head>
<% Dim telmij, onderweg
telmij = 0
If Request("what") = "imode" Then %>
<title>Verlanglijstje</title>
</head>
<body bgcolor="#FEC43D" TEXT="#000000" LINK="#000086">
<p>De volgende dvd's wil Tjerk graag nog hebben:</p>
<% telmij = telmij + 1 %>
<!--<p><br>
<b><%= telmij %>.</b> One Flew Over The Cuckoo's Nest - special edition</p>
<% telmij = telmij + 1 %>
<p><img SRC="images/verlanglijstje/fightclub.jpg" WIDTH="42" HEIGHT="60"><br>
<b><%= telmij %>.</b> Fight club</p>
<% telmij = telmij + 1 %>
<p><img SRC="images/verlanglijstje/scarface.jpg" WIDTH="42" HEIGHT="60"><br>
<b><%= telmij %>.</b> Scarface</p>
<% telmij = telmij + 1 %>
<p><img SRC="images/verlanglijstje/maskofzorro.jpg" WIDTH="42" HEIGHT="60"><br>
<b><%= telmij %>.</b> Mask of Zorro, the</p>
<p>Gevraagde dvd's graag regio 2 en met Nederlandse ondertiteling.</p>-->
<% Else %>
<title>Tjerk zijn DVD's (en van Hanneke)</title>
<link href="css/dvd.css" rel="STYLESHEET" type="text/css">
</head>
<body>
<table align="center" class="fullarea"><tr><td>
<!-- #include file="menu.asp" -->
<h1>Verlanglijstje</h1>
<table class="tbl" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="donkerblauw" colspan="2"><strong>De volgende dvd's wil Tjerk graag nog hebben</strong></td>
</tr>
<% telmij = telmij + 1 %>
<!--<tr>
<td class="blauw"><img SRC="images/front/starwars3.jpg" WIDTH="43" HEIGHT="60"></td>
<td class="geel" width="100%"><b><%= telmij %>.</b><br>Star Wars: Episode 3 - Revenge of the Sith (<a href="http://www.dvdzone2.com/affiliate.asp?aid=649&redirect=http%3A%2F%2Fwww%2Edvdzone2%2Ecom%2Fdvd%2Fdetail%2Easp%3Fid%3D144816" target="_new">Bestel hem hier!</a>)</td>
</tr>-->
</table>
<p>
<table class="tbl" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="donkerblauw" colspan="2"><strong>De volgende dvd's wil Hanneke graag nog hebben</strong></td>
</tr>
<% telmij = 0 %>
<% telmij = telmij + 1 %>
<tr>
<td class="blauw"></td>
<td class="geel" width="100%"><b><%= telmij %>.</b><br>Queen - Alex Haley (is nog niet uit)</td>
</tr>
</table>
<p>Gevraagde dvd's graag regio 2 en met Nederlandse ondertiteling.</p>
<% onderweg = "nee"
If onderweg = "ja" Then %>
<table class="tbl" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="donkerblauw" colspan="2"><strong>Verwacht / in bestelling</strong></td>
</tr>
<tr>
<td class="blauw"><img SRC="images/verlanglijstje/thelordoftherings2.gif" WIDTH="42" HEIGHT="60"></td>
<td class="geel" width="100%">Lord of the rings, the: The two towers (<a href="http://www.dvdzone2.com/affiliate.asp?aid=649&redirect=http%3A%2F%2Fwww%2Edvdzone2%2Ecom%2Fdvd%2Fdetail%2Easp%3Fid%3D123941" target="_new">Bestel hem ook!</a>)</td>
</tr>
</table>
<!-- DVD titel (<a href="http://www.dvdzone2.com/affiliate.asp?aid=649" target="_blank">Koop hier dvd's</a>)-->
<!-- (<a href="http://www.dvdzone2.com/affiliate.asp?aid=649&redirect=http%3A%2F%2Fwww%2Edvdzone2%2Ecom%2Fdvd%2Fdetail%2Easp%3Fid%3D122030" target="_new">Bestel hem ook!</a>) -->
<% End If %>
<% End If %>
</body>
</html>