|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|