[Zope] need a webpage that will process a parameter list by calling a python function.

David Meltzer david@deltanetco.com
Thu, 27 Jun 2002 10:41:33 -0400


hello,
i need to do the following.
i have a device that will try to load a webpage using the following url, for
example:
http://192.168.8.34//Examples/RNA/addEntry.html?IP=192.168.8.34&MAC=00-05-5D
-F0-FE-D4&URL=http%3A%2F%2Fcnn.com%2F

note that it references an actual web page since it must have the .html
extension. i cannot have it point directly to a dtml method. i must use a
web page to process the request.
when zope processes the request, i want the web page to call a python method
to process the url parameter list.

i know how to do this if the url did not have to point to a web page using
dtml method.

i tried to modify a copy of the guest book example but i could not.

perhaps you might be able to help me.

thanks,
dave