Without creating a form, how do i pass a value to another script? I would like to pass:
group = "Oranges" to another script or at least just 'group' and initialize it in the first script. script1: ''' <html> <form method=POST action=script2.py> <input type=submit yada yada> group = "Oranges" ''' script2: print ''' Oh you like '''+group+'''.''' thanks, Mike -- http://mail.python.org/mailman/listinfo/python-list