Katipo
Search  
Site Blog
  About  
  Home
About Portfolio Solutions Client Area Contact Us
: : About Us
Awards
Jobs
Our People
What Is A ... ?
Working From Home
News
Photo Gallery
Katipo Blog


Playing with CGI::Ajax

So last night, for the fun of it, I tried to build the Koha opac title search using Ajax. And with the help of the most excellent CGI::Ajax module, I ended up with a module Koha::Ajax which is 138 lines long, most of that is pod and html.

And a little script ajax_opac.pl which is this.

#!/usr/bin/perl
use Koha::Ajax;
my $form=search();
print $form;

And you end up with something that looks like this Hint try entering art

Its not finished of course, and is more of an exercise to see how hard it is to do, and the short answer is, very easy. So look forward to an Ajax circulation module heading your way shortly.

Leave a Reply

You must be logged in to post a comment.


Katipo
Rachel Snowboarding