21 Jun
2002
21 Jun
'02
9:47 p.m.
Joshua Newman writes:
I need to call multiple urls from a python script that gets input from a form.
The script builds several URLs that look like: (http://some.paging.site&pagernumber=23423424&sender=someone&message=this+scr...) You want to integrate the results of these requests into your result page?
Look at KebasData (some similar), at "ZPublisher.Client" or at "urllib/urllib2". Dieter