|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Listbox and Request.Form |
From: |
Sreeni |
Date: |
11/21/2000 7:49:24 PM |
IP: |
208.247.146.64 |
Hello!
This is my first posting here. I hope I give all the details to explain the problem that I ran into.
I have a form with two list boxes(SELECT options) list1 and list2 in an ASP page.
In the first listbox, I fill with data from database.
Based on the users selection, the values from the list1 box get moved to the list2 box with the click of a button. I use javascript to move the selected items.
ONCLICK="move(this.form.list1,this.form.list2);return SetSelectChecked()"
This form gets submitted to itself.
The problem that I am facing is, I cant seem to be getting the values from the list2 box with the
Request.Form("list2").
Is there something that I am missing?
Any help would be really appreciative.
Thankyou,
Sreeni |
Follow Up - Re: Listbox and Request.Form - Chuck 11/28/2000 2:10:58 PM
|
|
|
|
|
|
|
|
|
|
|
|