13 Jun
2002
13 Jun
'02
2:18 p.m.
Kevin Carlson wrote:
Hi all,
I have a situation where I need to be able to handle a URL like http://www.xxx.com:8080/<arg> where <arg> is somehow trapped by a python script. I know this type of thing can be done with a ZSQL method to pass in a single argument, but I am not aware of how to do this otherwise. Any ideas on how to do this?
Thanks,
Kevin
Take a look at the bindings tab of your python script. There you'll find "subpath", think this is what you want. cheers, oliver