(if you receive this email twice, I'm sorry, something went wrong) Hi, A trick you could use is specify the scripts as source for images and then hiding the images. The browser will then try to load the images, executing the scripts and sending the images. Otherwise you would have to use an external method or other product as far as I know. Douwe
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Joshua Newman Sent: Friday, June 21, 2002 5:42 PM To: Zope Users Subject: [Zope] call multiple urls from python script
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&messa ge=this+script+sends+text+pages+to+doctors)
And I want to send it as a URL. It works from any browser but I want to do it from a python script. I can't use response.redirect because there are multiple pager numbers for each script. Is there some python method (not external method if at all possible) that's available or some trick that I can use to send out multiple http requests from a script? Thanks, Joshua p.s. You Germans out there owe an American for the heartbreaking loss this morning. We were going all the way... ;) _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )