Forum Moderators: open
Basically I want to use the Walgreens Store Locator on their website, and make it so I can point a URL to a specific zip code.
Other sites have something like www.mysite.com/script.php?zip=90210
The Walgreens.com site has this jsp script, and I don't know if there is a way for me to decipher their script so I can simply feed it a Zip code to get the list of stores
[mysite.com...]
I don't know if I can post URLS, so you have to substitute mysite.com with "walgreens.com"
so it could be somthing like [mysite.com...]
Any ideas on how to do this?
I dont know JSP so I don't know how the form gets processed.
THANKS in advance!
You should be able to simulate the Walgreens' page functionality by POSTing a form to the same URL with the ZIP code data in an input field named "zip" (the same name their page uses).