I am new to web server and web interface development so I appologize in advance because I am sure I am asking something that has been solved and really the problem isn't Django but I am not sure where else to ask. I am using django, jsonrpc, js, jquery and html to create a simple web page that queries a mysql db based on some user selections. The user the waits a second for a timer to fire which uses jsonrpc to fetch date, which then updates a flot plot but doesn’t redraw the entire page, only the plot. There are three problems I need to solve that I am stuck on. Maybe I have the wrong approach but here is what I want to do:
1. I think I need to encode the users choices into the URL, preferably with javascript 2. I think I need to decode the users choices from the URL, preferably with javascript on the page load 3. I want to be able to push the back button in the browser to undo user selections Any advise, pointers, examples on how to solve this would be greatly appreciated. How are others handling this? j -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

