|
|
|
|
|
| | |
| |
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Listbox and Request.Form |
|
From: |
Chuck |
|
Date: |
11/28/2000 2:10:58 PM |
|
IP: |
192.91.146.35 |
You have to select all items in list2 before posting it to the next page. Sample of the JavaScript function I uses.
function SelectAll(objTarget) {
for (var i=0; i < objTarget.length; i++) {
objTarget.options[i].selected=true
}
}
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|