how to store web page content values in client side?

2009-10-27 Thread webbo
Hi all, I am new to django and web design. I might ask some non-sense questions. I want to store dropdown boxes values on client side by cookies. For example, any users open the web page and choose dropdown box value. If they jump to other page then go back, the web page will automatically sh

session question

2009-10-26 Thread webbo
Hi all, It's great to join this great Django place !! I am trying to make session work, but it doesn't work as I think. I want my 2 pages able to share the same variables that I stored in session. Thanks first for paying attention on this post. Please give me some suggestion as bellow: I w

New Django user question: how to keep table infomation updating

2009-02-04 Thread webbo
Hi all, I need to create a table, and this table has 3 attributes: Name, Host name, and baseline. I want to make a table able to display dynamic contents when I choose different value from baseline combo-box and click on "check" button. My design is: Baseline is a set of combo-box and button