Hi folks,
My javascript abilities are next to none. I've searched for this but have not been able to figure it out.
What I am looking to do is.
Type in a zip code in a text box. hit tab or click out of that text box - and if it matches in my database - than the city and State are Automatically filled, if not then it stays blank.
I use ASP and mySQL. I can easily pull the records out of the database - but am entirely unsure as to how to match and autofill.
The one other thing I would need to do is somehow flag if it is not previously matched. Like put $$ infront of the city if I type it in.
From that point I will write up the code to insert into the zip code table for future matches.
Any ideas on how to accomplish this?
thank you.
"Never underestimate the power of determination"
Stuart
Net+
My javascript abilities are next to none. I've searched for this but have not been able to figure it out.
What I am looking to do is.
Type in a zip code in a text box. hit tab or click out of that text box - and if it matches in my database - than the city and State are Automatically filled, if not then it stays blank.
I use ASP and mySQL. I can easily pull the records out of the database - but am entirely unsure as to how to match and autofill.
The one other thing I would need to do is somehow flag if it is not previously matched. Like put $$ infront of the city if I type it in.
From that point I will write up the code to insert into the zip code table for future matches.
Any ideas on how to accomplish this?
thank you.
"Never underestimate the power of determination"
Stuart
Net+