Re: Sending a JavaScript array to Python script?

2007-05-18 Thread Bruno Desthuilliers
placid a écrit : Hi All, Just wondering if there is any way of sending a JavaScript array to a Python cgi script? A quick Google search didn't turn up anything useful. Look for json. -- http://mail.python.org/mailman/listinfo/python-list

Sending a JavaScript array to Python script?

2007-05-17 Thread placid
Hi All, Just wondering if there is any way of sending a JavaScript array to a Python cgi script? A quick Google search didn't turn up anything useful. Any help appreciated. Cheers -- http://mail.python.org/mailman/listinfo/python-list

Re: Sending a JavaScript array to Python script?

2007-05-17 Thread Simon Brunning
On 17 May 2007 05:34:55 -0700, placid [EMAIL PROTECTED] wrote: Just wondering if there is any way of sending a JavaScript array to a Python cgi script? A quick Google search didn't turn up anything useful. JSON might be worth a look: http://www.json.org/ -- Cheers, Simon B. [EMAIL PROTECTED]

Re: Sending a JavaScript array to Python script?

2007-05-17 Thread Daniel Nogradi
Just wondering if there is any way of sending a JavaScript array to a Python cgi script? A quick Google search didn't turn up anything useful. Simplejson is what you want: http://cheeseshop.python.org/pypi/simplejson HTH, Daniel -- http://mail.python.org/mailman/listinfo/python-list

Re: Sending a JavaScript array to Python script?

2007-05-17 Thread Gregor Horvath
placid schrieb: Just wondering if there is any way of sending a JavaScript array to a Python cgi script? A quick Google search didn't turn up anything useful. http://mochikit.com/doc/html/MochiKit/Base.html#json-serialization