If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > List/Menu Box

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-17-04, 12:59
NewfieBullet NewfieBullet is offline
Registered User
 
Join Date: Mar 2004
Posts: 51
Smile List/Menu Box

I have menu box set up to list the word put in a access field, but the records are listing from the last one first (when u select the down arrow it goes to the last word "youth" and the box pops up, not down). I am trying to get it to start at first word in the field and then u would scroll down to the bottom of the list. l tried to sort the db ascending and the dynamic text ascending but still list the same way. When u tests the dynamic text it shows the results in alphebitical order and test fine but when the page diplays it pops up and from the last result.

I then wanted have a list menu with the same words and have select button to select the words and put them into a field list.There would be a field list to accept the words and a unselect button to delete them but i cant seem to get the button to select the button and the other to unselect. There would then be a search button to search the selected word. Not even sure where to start.

Any suggestions would be greatly appreciated.

NewfieBullet
Reply With Quote
  #2 (permalink)  
Old 08-17-04, 19:43
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
Your list box is probably popping up instead of down due to it's location on your web page....

As for your other question, do you want to post the code so we can have a look?
Reply With Quote
  #3 (permalink)  
Old 08-18-04, 13:16
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
The value for your select options may all be the same. Check the source of your compiled HTML page and see what values each option tag has.

As for your second part, that sounds like JavaScript.

Check out http://www.mattkruse.com/ for some JavaScript code. It's not my site, but I've used some of his code for select box manipulations.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On