|
|
|
|
|
| | |
| |
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: |
Checkboxes |
|
From: |
Jenny |
|
Date: |
8/9/1999 11:04:27 AM |
|
IP: |
193.14.89.1 |
Hi!
Does anyone know how to get n (from 1 to n) checkboxes checked when you click on a button (get all checked)?
To get one checkbox checked I write
sub allChecked_onClick()
document.form1.checkbox1.checked = true
end sub
but the problem is that I donīt know how many boxes there will be.
Can anyone help me?
/Jenny |
Follow Up - Re: Checkboxes - flyguy 8/24/1999 11:53:46 PM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|