Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: retrieving value from ajax call to cgi page

by poj (Abbot)
on Jun 29, 2013 at 13:25 UTC ( [id://1041464]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    <span style="background-color:yellow" id="value1">?</span>
    </body>
    </html>
    
  2. or download this
    #!perl
    # process.cgi
    ...
    print $q->start_html,
    'Data returned is '.$q->param('value1'),
    $q->end_html;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-03-29 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found