Hi guys , i just started to learn asp , and i already have my first problem.
I made a simple post system , you can view it all at :
http://www33.brinkster.com/pierreke

the problem is situated ( i think ) in vervolg.asp

here 's the source :
<%@ language ="vbscript" %>
<%
SELECT CASE request.form("Cmdkeuze")
CASE "toevoegen"
response.redirect "http://www33.brinkster.com/pierreke/toevoegen.asp"
CASE "lezen"
response.redirect "http://www33.brinkster.com/pierreke/gastlezen.asp"
END SELECT
%>

can you help me out , normally he should go to the toevoegen.asp or the gastlezen.asp