In general. 

Open the web page, view source, find the form tags and for every variable 
within the form tags, create a tag= value. If there are hidden fields and radio 
buttons, just look at the HTML specs to see how to format those tags in the GET 
statement. Make sure you URL encode the data after the tag= if you are using a 
GET.

I'm guessing there is a plugin for firefox that would catch the GET or POSt 
that gets submitted from a browser but I do this so infrequently that I have 
not searched for it. Someone else on this list probably has that answer.

Kee Nethery

On Nov 28, 2010, at 8:20 AM, James Hurley wrote:

> 
> But I still wonder where RIchard came up with the input to the GET command, 
> namely:
> 
> visited=1&pagenumber=0&firmname=&address2=620+moulton&address1=&city=los+angeles&state=ca&urbanization=&zip5=90031&submit.x=48&submit.y=8&submit=Find+ZIP+Code
> 
> I can use it as template to find the nine digit zip code for any address and 
> so my problem is solved, but I would like to know where it comes from. I am 
> missing something that I may need the next time.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to