I'm trying to bypass a script if possible to use only a hyperlink that i can build from a database to pull up a web page.
What I have is addresses that I need to open in this website: http://gisims2.miamidade.gov/myhome/propmap.asp
You'll notice on the left hand side of the page it has a Search By: form. I want to search by address, but i want to do it
but just pulling the data out of our database which is a mirror of theirs but we have mined the data out of it and organized it
better.
I want the output to take me to this page which is listed by folio number.
http://gisims2.miamidade.gov/myhome/propmap.asp?app=propmap&folio=0131350191650
http://gisims2.miamidade.gov/myhome/propmap.asp?app=propmap&folio=0131350191650
1170 NW 7 AVE <- this is the address information that was put into the search form to get that link and above folio.
Is there anyway to bypass the form.
For instance that same address i use to pull up a kml file that runs in google earth looks like this
http://maps.google.com/maps?q=1170+nw+7th+ave+miami+fl&output=kml
http://maps.google.com/maps?q=1170+nw+7th+ave+miami+fl&output=kml
If i could put together a link similar to that for the miamidade.gov site that would go through all the functions
of the script without me having to go to that form each time it would be awesome.
It took a while playing around with their website to get that link so it would show the map and the information about the property at the same time
Thanks in advance. Hope you can help