Connecting Tech Pros Worldwide Help | Site Map

Populate controls based on dropdown

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 23rd, 2005, 07:07 PM
ckerns@refuser.net
Guest
 
Posts: n/a
Default Populate controls based on dropdown

I have a drop down that pulls data (ADO) when the page loads.

I want to make a selection on this drop down and populate the other
controls on the page based on the selection.

I want to do this without reloading (submitting) the whole page.

How do i do this?

tia

ck

  #2  
Old July 23rd, 2005, 07:07 PM
mkpdev@gmail.com
Guest
 
Posts: n/a
Default Re: Populate controls based on dropdown

W3C DOM:
createElement
<http://www.mozilla.org/docs/dom/domref/dom_doc_ref46.html>,
setAttribute
<http://www.mozilla.org/docs/dom/domref/dom_el_ref57.html>, and
appendChild <http://www.mozilla.org/docs/dom/domref/dom_el_ref32.html>
are probably your best bets. Since I don't know what you want to do
really, I can't give an example with a definitive answer (this is how
to do what you want...).

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.