Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: [OT] Syntax for: AJAX Prototype JSON response

by graq (Curate)
on Feb 19, 2007 at 16:33 UTC ( [id://600879]=note: print w/replies, xml ) Need Help??


in reply to [OT] Syntax for: AJAX Prototype JSON response

For completeness, here is the slight syntax change needed to the original perl code:
... print "Content-type: text/javascript\n"; print "X-JSON:$js\n\n";

However, it has been pointed out that IE doesn't like large headers, so it is probably best to return the JSON object in the response body and eval it for oneself.

-=( Graq )=-

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found