|
|
|
|
|
| | |
|
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: display checked records |
From: |
Chris Williams |
Date: |
2/9/1999 8:35:29 AM |
IP: |
205.219.18.178 |
All the check boxes have to have the same name.
The value for each checkbox must be unique to that book.
This will cause the post to send something like this over to the next page if they check more than one.
?Tag=1321,13131,13123,13213,13134
This is basically an array and you need to take it apart and loop through each value one at a time
and show the search results for each.
There is a function on this website designed for doing this. It will create the loop for you and tell you how many values were passed over.
Look on this site for the TLsplit Function
The page they get will then look just like the page before except with only the boxes they checked
I have a huge Real Estate site where I allow the realtors to do the exact same thing for a search and ever since we made this function it has been easy to do things like this.
|
Previous Message
Follow Up - Re: display checked records - Honna 2/17/1999 6:38:02 PM
|
|

|
|
|
|
|
|
|
|
|
|