Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dreamweaver Text box link

0 views
Skip to first unread message

johnsmith

unread,
Dec 16, 2009, 10:43:43 AM12/16/09
to
I want to have on my home page a box where you can type in your zip code, hit go/enter and have it link you to a page I have set up for your exact zip code. If I don't have a page for the zip code you typed in, it takes you to a default page I made.


Submitted via EggHeadCafe - Software Developer Portal of Choice
Table and Stored Procedure Profile Providers for ASP.NET
http://www.eggheadcafe.com/tutorials/aspnet/f01ae200-4348-4259-a79a-163327f19871/table-and-stored-procedur.aspx

Steve

unread,
Dec 17, 2009, 1:57:49 PM12/17/09
to
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.


<John Smith> wrote in message news:200912161043...@gmail.com...

0 new messages