Dreamweaver Text box link

S

Steve

OK I'm curious.

What does DreamWeaver (in title) and InfoPath (this forum) have to do with
text boxes that trigger an action is some unspecified language?

Is this an ASP.NET web site? PHP?

Generically speaking, you'll need a web form that submits the zip code,
another page to process it, probably doing a lookup in a database and
redirecting based on the result. Then you'll need to write pages for each
zip code and a default page for zip codes that aren't in the database.
Sounds like a fair bit of work. If you provide more details, then perhaps
someone can help you put together a solution.
 
Top