favc4
Posts: 30
|
| Posted: 06/28/2006, 7:26 AM |
|
Hi there, I have gone thru the dependant listboxes examples; found interesting the codecharge support client side apporach
window.location.href = "users.asp?state_id=" + this.value ;
the problem here is that we must have the param and always at the end of the URL; I am trying to use a simple listbox to pick a value to work as a custom filter, I am using (reusing) a page changing the datasource of several forms to show past, current and future events depending on dates; the filter made upon the builders does not work and uses a datepicker wich does not achieve what I want. I want to query against past events not an specific date so I am implementing a listbox with four options past, present, future, all events. Want to parse the URL and update the picked value in its corresponding param and then 'redirect' but client side.
Any help is very appreciated
_________________
Programming win32 and went crazy... |
 |
 |
|