|
-
Oct 10th, 2000, 04:14 AM
#1
Thread Starter
Hyperactive Member
Hi,
I have a listbox and submit button on my asp page now,
I want to go to 1 of 2 pages depending on what the user clicked in the listbox(drop down menu).
My listbox's name is lstchoice
I tried something like this, but it does not work...
<%if lstchoice = "MONDAY" then%>
<form method="post" action="monday.asp">
<%else%>
<form method="post" action="other.asp">
<%end if%>
ie. when the user clicks SUBMIT the correct page is opened.
Am I totally of the track here???
PLEASE - any help.
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
|
Click Here to Expand Forum to Full Width
|