How to pass checkbox multiple value in URL as parameter?
236985Sep 30 2004 — edited Sep 30 2004Hello,
I have a checkbox in two page. The checkbox is based on a LOV and user can check more than one value at a time. The return value of the checkbox is like "ID1:ID2".
I want to call another page with the same checkbox item and want to pass the checked value via the URL.
This cause problem because checked value are separated with : that not work in URL.
So, how can I pass checkbox multiple value in parameter via an URL?
Thanks
Jean