Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: AJAX'ifying a web form and dynamic server validation through Perl

by mattk (Pilgrim)
on Sep 20, 2007 at 12:15 UTC ( [id://640101]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    callbackFunction = function(options, success, response) {
      if (success === true) {
    ...
      callback: callbackFunction,
      params: { rm: 'ajax_function' }
    });
    
  2. or download this
    sub ajax_function {
      my ($self) = @_;
    ...
      # or you could return HTML
      return $self->{json}->objToJson($data);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://640101]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-23 18:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found