Hi Wei,

> Code:
>             request = urllib2.Request(url, fields, headers)

This line sets up your Request to POST "fields" to the specified "url"
with the "headers". From your description, I suspect that wasn't what
you intended. If you want the table to be restricted to certain fields,
I believe that you need to encode that into the url.

Mark
____________________________________________________________________
List archives:
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: intermapper-talk-...@list.dartware.com

Reply via email to