Hello, I am trying to write a script that does a zip code look up at the USPS. URL="http://zip4.usps.com/zip4/citytown_zip.jsp". The data gets submitted by POST is:
zip5=YOURZIPCODE&submit.x=3&submit.y=22&submit=Find+ZIP+Code
The part I am having a hard time finding is how these numbers get generated: submit.x=3 submit.y=22
The above two always "submit" values for X and Y always change. I can figure out those number get put into the string.
Any thoughts would be greatly appreciated.