[EMAIL PROTECTED] wrote:
> Is it possible to pass data from an html command to a python script as
> an argument, to create a chart from the provided data?
http://en.wikipedia.org/wiki/Query_string is a good overview of how to do this
via GET in the URL, with a mention of how to do it in the reque
Hi,
Is it possible to pass data from an html command to a python script as an
argument, to create a chart from the provided data? My best try so far could be
the following lines, which as you probably guessed, don't work:
[CODE]
#!c:/Python24/python.exe -u
import sys, os, cgi, urllib
import cg
* scriptor James Y Knight, explico
>
> In this case, however, Safari and Firefox seem to follow your two tests at
> least, so that probably means RFC3986 is good to follow. I'd actually bet
> that common web browsers have /always/ had this behavior, and that the
> previous RFCs were buggy,