Access PD Database Fields in JavaScript code
-
I would like to use 2 fields from my database, house_number and street_name to insert into JavaScript code that creates a URL to search a county property records website. Our HOA is using a Participants Database to store homeowners’ property and contact information. We need to access the county property records to obtain the current mailing address for properties. This may differ from the homeowner’s street address. I live in a resort area and many people here have second homes, with their primary home being elsewhere. My idea is that after a search, at the end of the pdb_single page I could place the JavaScript code that would use the returned house_number and street_name and, upon pressing a button, launch the URL to search for the corresponding record in the county property records where the homeowner’s mailing address is stored. Can anyone help with this idea?
Thanks,
Bob
- You must be logged in to reply to this topic.