preload dropdown

P

phil2phil

hi,
had a question on preloading a dropdown. we have a textbox and
dropdown on the page, user is suppose to enter in a zip into textbox,
then the dropdown should load the state based on the zip. we can pull
the state from the database on a zip match table, but how do we preload
the dropdown, is there a way without posting back?
 
S

Steven Burn

You need to use client-side code for this, not server-side, ergo, your
question would be best placed in a JScript, Javascript or VBScript
newsgroup.

As a little hint, do a search for MM_jumpMenu ;o)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
 
B

Bob Barrows [MVP]

phil2phil said:
hi,
had a question on preloading a dropdown. we have a textbox and
dropdown on the page, user is suppose to enter in a zip into textbox,
then the dropdown should load the state based on the zip. we can pull
the state from the database on a zip match table, but how do we
preload the dropdown, is there a way without posting back?

You'll have to postback. This can be done without submitting your form by
using the XMLHTTP object. Google for that term to get an overview and some
examples of its use. Followup questions can be posted to a client-side
scripting newsgroup such as m.p.scripting.jscript

HTH,
Bob Barrows
 
P

Patrice

Don't know how it works exactly over there...

You could have the whole list (basically the first few numbers of the zip
and the corresponding state ?) rendered as a JavaScript array and select the
appropriate records when the zip code is entered... This way you won't have
a postback. It assumes the list is quite short...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top