Re: how to get select label?

2005-12-14 Thread lli
I build web application. So I use CGI. I need to show select text in the html page. Now I can only display select value such as '001'. But I need to display its text 'AAA'. LLI -- http://mail.python.org/mailman/listinfo/python-list

Re: how to get select label?

2005-12-14 Thread lli
Sorry , I forget to say that. I use CGI, HTML and python. LLI -- http://mail.python.org/mailman/listinfo/python-list

how to get select label?

2005-12-14 Thread lli
an get its value "001". But now I want to get item label "AAA", not its value "001". How I can do this. I use python to code. Any help is appricated. LLI -- http://mail.python.org/mailman/listinfo/python-list

Re: how to put form and display its result(data from database) on the same window?

2005-12-09 Thread lli
Thank you Peter. I will read it. LLI -- http://mail.python.org/mailman/listinfo/python-list

Re: how to put form and display its result(data from database) on the same window?

2005-12-08 Thread lli
Hi Peter, Could you give me detailed information about your idea. Thanks, Laya -- http://mail.python.org/mailman/listinfo/python-list

how to put form and display its result(data from database) on the same window?

2005-12-07 Thread lli
this? If I use frameset, I need to put form in a html file and put data in a table in scond html file. How I can do this? Any help is appreciated. LLI -- http://mail.python.org/mailman/listinfo/python-list

Re: how to handle two forms in cgi?

2005-12-06 Thread lli
Thank you, fuzzyman. LLi -- http://mail.python.org/mailman/listinfo/python-list

Re: how to handle two forms in cgi?

2005-12-06 Thread lli
Steve, You are right. I just test it. If users login application sucessfully, then they can see hidden values by view source. Next time they can use URL path ? key = value to open the second form. I will use session to handle it. By the way, do you write a book "Python Web Programming"? It is on m

Re: how to handle two forms in cgi?

2005-12-05 Thread lli
Hi Steve, Thank you for your information. Your idea is helpful for me. By the way, could I use "hiden" to handle this case? Laya -- http://mail.python.org/mailman/listinfo/python-list

Re: how to handle two forms in cgi?

2005-12-02 Thread lli
Hi Dan, Sure. You are right. When I correct this according to your idea, it works now. Thank you very much. But I have second problem. When users run second form, other people can see adress in users' browers and know how to run the second form, so they don't need to run login form. How I can hand

how to handle two forms in cgi?

2005-11-30 Thread lli
form doesn't work. Any help is appriciated! Thanks, LLI -- http://mail.python.org/mailman/listinfo/python-list