Re: Answering a XMLHttpRequest without using CGI::Ajax

2006-08-08 Thread Sean Davis
On 8/8/06 7:59 AM, "Marcus Willemsen" <[EMAIL PROTECTED]> wrote: > Hi everybody, > > Like almost everybody else I know I'm playing around with AJAX related > techniques. Instead of switching over to PHP I'd like to go on using Perl to > handle my XMLHttpRequests and to query my databases in th

Answering a XMLHttpRequest without using CGI::Ajax

2006-08-08 Thread Marcus Willemsen
Hi everybody, Like almost everybody else I know I'm playing around with AJAX related techniques. Instead of switching over to PHP I'd like to go on using Perl to handle my XMLHttpRequests and to query my databases in the background. The obvious choice would be to use the CGI::Ajax module. But t

Re: redirect doesn't

2006-08-08 Thread Mumia W.
On 08/07/2006 07:43 PM, Mary Anderson wrote: Hi all, I would like to create an exit button which, when pressed, triggers code to clean up my application and then go to the index.html page. It is my understanding that the redirect function will take me there. Here is the key piece of code