CGI::Ajax won't print JS output
Status: Alpha
Brought to you by:
ashant
On http://192.168.3.56/sb09/cgi-bin/inventory/inventory_transfer.cgi, after products have been added to the stock_transfer and user proceeds to add create a transfer invoice, the Ajax call to ./stockTransferInvoice.cgi, declared as:
my $pjx_generate_invoice = new CGI::Ajax('GenerateInvoice', './stockTransferInvoice.cgi');
.. doesn't output the necessary JS to enable the Ajax call.
Can't see why the "new CGI::Ajax" declaration isn't working!