Re: [cgiapp] RFC: CGI::Application::Plugin::AJAX v0.02

2005-07-06 Thread Paul Campbell
On 05/07/05, Paul Campbell [EMAIL PROTECTED] wrote: I'm thinking about upgrading to 4.x of CGIApp so I can get access to these callbacks. Developing on Debian/Etch which is still on CGIApp-3.31. Correcting myself: Etch appears to have upgraded to 4.01 when I wasn't looking. -- Paul

Re: [cgiapp] RFC: CGI::Application::Plugin::AJAX v0.02

2005-07-05 Thread Michael Peters
Paul Campbell wrote: I'm interested in any feedback anyone might have for this module. I know that you probably wrote most of this before the full callback system was done, but it would be really neat if more of this was invisible to the user. For instance $self-run_modes (

Re: [cgiapp] RFC: CGI::Application::Plugin::AJAX v0.02

2005-07-05 Thread Paul Campbell
On 05/07/05, Michael Peters [EMAIL PROTECTED] wrote: Paul Campbell wrote: I'm interested in any feedback anyone might have for this module. I know that you probably wrote most of this before the full callback system was done, but it would be really neat if more of this was invisible to the

[cgiapp] RFC: CGI::Application::Plugin::AJAX v0.02

2005-07-02 Thread Paul Campbell
I'm interested in any feedback anyone might have for this module. More information: http://kemitix.net/bitware/2005/07/02/cgiapplicationpluginajax-v002/ Download the code, including demo: http://kemitix.net/files/cgiapp/CGI-Application-Plugin-AJAX-0.02.tar.gz ### The buzzword of the moment in

Re: [cgiapp] RFC: CGI::Application::Plugin::AJAX v0.02

2005-07-02 Thread Ron Savage
On Sun, 3 Jul 2005 01:02:49 +0100, Paul Campbell wrote: Hi Paul # Once the server replies, this is what we do with the answer callback = ajax_elid('result').innerHTML = '= ' + result; ajax_elid('symbol').innerHTML = '*'; , } ); Which browsers support innerHTML? -- Cheers Ron Savage, [EMAIL