|
-
January 31st, 2003, 09:19 AM
#1
Junior Member
Asp problem
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|