[cgiapp] Re: In the scope of CGI::APP?

2006-10-10 Thread Robert Hicks
Sean Davis wrote: Robert Hicks wrote: I would like to populate one combo box with data when the user chooses an option from another combo box. I am currently using CA and HT only and would like to keep it that way if possible. If that answer is Javascript that is okay...I would rather it

Re: [cgiapp] Re: In the scope of CGI::APP?

2006-10-10 Thread Barry Moore
Then do have a look at HTML::Prototype. Prototype is a great JS library that has many AJAX type functions. HTML::Prototype is a perl wrapper for that library. There is also CGI::Application::Plugin::HTMLPrototype. Barry On Oct 10, 2006, at 6:02 PM, Robert Hicks wrote: Sean Davis

[cgiapp] Re: In the scope of CGI::APP?

2006-10-10 Thread Robert Hicks
Let's say you've got two lists, and a selection in list A narrows down choices in list B. An app I work on knows list A and list b and the relation between items in both. So, we could use CGI::App and H::T to populate both JS arrays and send that as part of the form. Then, a JS function

Re: [cgiapp] Re: In the scope of CGI::APP?

2006-10-10 Thread Mark A. Fuller
From: Robert Hicks [EMAIL PROTECTED] I have avoided Ajax up to now. I guess I will delve into. I did something like this before. I used the JS form submit function when the select/option choice changed. I'm not a big fan of JS, but I feel better about it now. However, I also put a submit