|
Posted by Arjen on 01/29/07 12:49
Amar schreef:
> Hi All,
>
> In my application, I have a page, which displays a number of
> rows, and each row having a check box . I can check more than one
> check box on this page and I have to store all these check box values
> on a single cookie . Like if I am storing some ids as the values for
> the check boxes ,then I have to put all thesee ids of the checkboxes
> into a single cookie , which are checked .
>
> Please help me.
>
> Thanks
> amar
Why cookies ? They are unreliable. Use sessions (or a database if you
need to store them for a longer time).
--
Arjen
http://www.hondenpage.com
Navigation:
[Reply to this message]
|