|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. 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
|
|
|
|
|
|
|
|
|
|
|
|