List Menu
I need to create a page which updates a products information within a record. the tables are, products (ID,CatID,sID) supplier (sID,sName), category (CatID, CatName) The above tables supplier and category have relationships to products by using the sID and CatID I need to update the product details by having a select/option for a supplier and category but if not changed by the user the value already within products table stays the same, therefore the list must be dynamic so that the first item in the list is the one relating to the value in the products table. Also the value must be the ID numbers but must display the names not the ID's to the users within the select/option.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Menu List
I have a form page in ASP where the first menu/list function as a filter of the second menu list. Once I select an item form the first combo I get the second menu full of options. This is correct. My probem is that the first combo gets the default value again and I do not see what I did choose.
Menu/List Validation
how to validate a menu/list? I can use dreamweaver to validate a text field but not a menu/list.
Dynamic List Menu
I could not solve for the past 3 days. I am try to build a website using ASP and VBscript. I am still a newbie to it.Let's get to the problem. What I am trying to do is to have multiple dropdown list. Each list menu ( except the 1st) dependes on the choice made in the one above. I am using dreamweaver, it did generate a the form and everything and I was able to filter the results. The problem is that I don't know HOW TO REFRESH THE LIST. In other words, I can't figure out how to change the list menu options when the choices above change. I have tried to find some tutorial about it, but all I found was with JavaScript and I don't wanna mix VBS with JS.
Dynamic List Menu
Does anyone know how to make it so that when someone clicks on certain menu item on one list it automatically updates a second list with values.For example,if i click the Make of a car in one list, i want the second list to automatically update with the relative Models. I've seen it done on various sites such as www.autotrader.co.uk but can't think how its done. So far i'm populating the first list dynamically with a database but don't know what the next step is to get the second one to do it.
How To Remove Blanks From A List Menu??
One of my tables is used for two purposes so there are blanks in the column I'm filtering. I tried using an IF statement but it still put the blanks in the list menu. Any idea how to remove the blank items? Code:
List Box Should Display Underneath Menu Window
I am trying to create a menu for asp.net page. The menu-detail list display, when mouse hovers over the main menu list, like you see in regular windows apps. When the detail-menu-list window displays, it goes 'behind' combo box (sent to back). For other controls, like textbox, it is fine. Can some explain, how can I send the list box (<asp:listbox>) to become the underneath and not display on top?
Annoying Problem With List/menu 'selected'
I am doing server side asp form validation, the form posts to itself and if all the values are accepted the values are inserted into an access db... I have several list/menu with static value options. The problem is when I submit the form and another value is incorrect, each list/menu is reset to the initially selected value as defined in dreamweaver (in my case 'Please Select'). With text inputs I can easily set the value to the value passed through the form, however it's not as simple for a list/menu. Is it possible to change the 'selected' option based on the variable passed? It's annoying in the sense that even though the user has selected an option, if they make a mistake elsewhere they always have to reselect their list/menu choice...
Combine List Menu Fields For Email Output
I am using asp to submit a form I've created in asp. I was wondering if there was a way to output the vlaues of three listbox menus. 1. User selects hour 2. user selects minute 3. user selects am/pm This is now outputting into my strBody as seperate entries. I'd like to combine them into one entry within the strBody. Please reference strStartTime, I've tried to incorporate this into the email strBody, but am unable to accomplish this. Any help would be appreciated. Thanks Everyone!!! Here is the asp code for the form: ......
Adding A New Entry To A List Menu Based On A Database
Let's say I have a dynamic list/menu, which gets its values from a database table, for example a list of contact people where the value is an ID number and the label is the name. However, if the value the user wants is not in the list I would like to place a hyperlink which will... (1) open a small window, with an ASP form to allow the user to add a new entry (2) save the entry to the database (3) add that value to the list/menu in the parent window and make it the selected option (4) close the small window and return to the original window. I can handle the code for 1,2 and 4, but 3 is what I'm not sure about. I don't like the idea of forcing the user to leave the current screen, go to some other form, add the entry they need to the lookup table, then come back; this seems like a logical approach, but just wondering how to make it work. This seems like a common enough situation; anyone have any code samples or suggestions about how to do this?
Asp Form Menu With Sub Menu
Can any one help with code for form menu in which sub menu appear on selecting the main menu. This is one field of an access database to be submitted by user.. Now I have code only for selecting from main menu. Code:
How Can I List All The Email Address From Hotmal Contact List?
How can i list out all the email address into my website from the hotmail caontact list? i am successful log in into the yahoo contact list by using serverxmlhttp and list out all the email address from the page source, but i could not access to hotmail by using the serverxmlhttp. Is any other methos can list out the email address from hotmail contact list?
Menu
i have menus and sub menus written in java script in an asp page.at times teh sub menu bars overlap with the text fields of some of the pages.I want to set some option on the menu bars so that if they overlap with the text feilds of the page still they remain on the top and r visible over the text feild.
Menu
I am trying to create a Menu, like the one on this page, that looks like this: Viewing: ASP Free Forums > Programming > ASP Development But have no idea what it is called and how to do one. Can anyone please point me in the right direction.
Drop Down Menu
I have table that list some companies, when the user selects the company a form comes up that list all the company info, where they can view it and also update some info. One of the fields they update is a drop down list. I'm having trouble populating the menu with the value from the company it comes up blank. Here is the code:
Asp Dynamic Menu
I have been searching for tutorials everywhere on how I could make a menu that is multi levels but that can be updated dynamically through asp...so basically when I add a link in the database it will update the menu...now I know how to pretty much pull links from the database for a basic menu...but lets say there is a link called about us and under about us there is more options to choose from. How would i code this so the menu would know which ones were parents and which ones where childs? And does anyone know of a good tutorial, or of an example. and basically I want this because I would like to create a content manager...but I don't understand how the menu would work when pulling data from a database.
Creating A Menu
I am using asp and access database. I need to create a menu according each member access. In other words, if member login I need to display the menu according to the services the member selected during registration. Each service contains diff type of products. Service1 -produc1 -product2 Service2 -produc1 -product2 -product3 ..more Service3 -produc1 -product2 ..more What is the best way to this...
Trying To Create A Menu With ASP
I am trying to create a menu with multiple tiers. I want to use the one menu as an include file throughout the site. Depending on what page you are on, I want the 2nd and third tiers to show up. The rest just show the tier 1 links. I'm pretty sure this can be done in CSS, but the problem is that with a very big menu, I'd rather not have to load up the entire menu when it all won't be showing. There for I figured I could create it in ASP. I could set some sort of parameter in the page so the menu include file would know what page I'm on, and then would only show and load the 2nd and 3rd tiers of that section. Is this possible? Code:
Menu Tree
is it possible to have an asp menu tree? or possible to swap an inc though a link click
Drop Down Menu
I've got three drop down menus which allows the user to select a date on a html form. The day drop down menu has the values 1-31, the month menu has values 1-12 etc etc. However i would like when the page is loaded for the current date to be present as the intially selected value in the menu. How can i apply the selected attribute of the current date.
Nested Menu
My last (maybe) problem is to make a nested menu (I think is possible only with Java) and I must take the names of the selections from a DB ... is possible? I can't find documents where is explained how to use MDB files with Java
Navigation Menu
I need to make a simple navigation menu where I click on a link(href) and either expand or collapse a menu. Based on what I click, my menu changes. I think I know how to do most of this, byt my question is, how do I pass the value of the link I clicked ?
Dynamic Menu
if you guys have managed to do a asp-function that prints out a full menu using SOThink menu builder. the example http://www.sothink.com/product/dhtm...aspdb/aspdb.php is very unclear to me atm..... things as stm_bp("p0",[0,4,0,0,3,1,0,0,100,"",-2...... ) and stm_bpx("p1","p0",[1,4,0,-1,.....) now how to know what numbers shall be printed out?I would be thankful if anyone showed a proper parent-child database example that works.
Get Sub Menu Working
I am generating my menu dynamically as a dhtml menu. however the third level 'MenuSubCat'. I cannot get it to display properly and to loop all the third level sub menus to correct second leve menu. Code:
Menu Dynamic
I have a serious question here. Two websites: www.morepoweracing.com and neil.morepowerracing.com. I am trying to build a menu system which is dynamic, and the live site, www.morepoweracing.com is what is going on right now. The test site is neil.morepowerracing.com and I am trying to make my menu dynamic so it feeds off the sql database. Secondly, I need to have a .5 second delay just like windows XP, becuase when your mouse is scrolling over from one button to the other, it tends to dissappear the menu you are looking at. Also, all severs are in house, so if you need me to copy the code down
Drop Down Menu
i'm looking to have a page be refreshed whenever an item is selected on a drop down menu. How would i go about doing this?
How To Add To A Db From Drop Down Menu
l've created an Access db with these fields (Title, Body and Section) Section field is Lookup column (About Me, Contact and Links). Also I created a form on add_data.asp to add data from it. On the form there's a Drop Down Menu. The peoblem is how to add from the drop down menu to the database. Here's my code:
Change Menu
I want to have two pull down menus, 1 for continents and the other for countries. On selecting the continent how can I change the menu of another pulldown or how to display the list of corresponding countries in that. And if no continent is selected then nothing should appear in countries pulldown.
Drop Down Menu
Is there a way to have a drop down menu where u can select an option from the menu or type in ur own??? I am using ASP and SQL
Menu Control
I have a menu control that has two Menu choices One is "View History Items" the second is "PDA" My problem is as you roll the mouse over the menu options, the second one works only if your mouse is actually over the text "PDA". Since it is much narrower than the first item, the entire width lights up like an active link, but the link won't work unless your exactly over the area that has actual text. So it appears to the user who clicks too far to the right that nothing is happening (which it isn't)
Drop Down Menu
I have a dropdownlistbox (html control) and some text fields displayed on my page. The top menu bar of my page works fine in every case (as it always be on top of every thing that i display in my page) except of DropDown Combobox (html control). WHY ? Can not understand the reason why my combobox always displayed on top when i tried to select some other item from my menu bar (say some other page) while my menu bar always on top for other controls.
DropDown Menu
I'm using this code to populate a drop down menu and i'm using a query to populate the menu with certain info. from the table column. How could I add other drop down menus to this form and have them filled with different info than in the first drop down menu but still be in the same form? Code:
Drill Down Menu
I am able to query an Access DB and return the values no problem. Now I want to create a "DISTINCT" list, lets say car makers, showing no duplicates. Once you click on the brand, it will then re-query and give you all available models, etc etc. I have done this before using Cold Fusion but this time I do not have that option. Now is there an easy way to do this? I have been looking for days for an easy way, like 2 or three pages(like in CF), to do this in ASP. What is my first step? Record sets? I have no problem accessing a DB and querying data. Its the drill-down that confuses me. Also is there a way to make the menus expanding menus in ASP or does that use jScript?
Menu Bars
i have menu bars to the side of the asp page and have text boxes in some asp form ,the menu bars sometimes overlap the text boxes in the form,but what happens is the menu bars get overlapped by the text boxes. What i want is the menu bar to overlap the text boxes.
Drop Down Menu
I am trying to generate a dropdown menu form a ms sql database with two columns in it. I need both colums to show in the menu. I can't get it to work for the life of me. Code:
Drop Down Menu
How do I get a drop down menu to show Please select one when a form opens up? The menu will be populated with a database field but when someone creates a new record I would like for all the drop down menus to say Please select one. So if nothing is selected from that menu then when they INSERT the new record into the database it will store a Null value for that new field in that field.
Static Menu
forking with a aps site previously programmes which is currently using frames to have a persistant menu floating at the top of the site. I would like to switch this to a floating menu system and be rid of the framing. How do i do this?
Order Of Menu
I have a small webadministration system that allow the users to create new menu items in the website´s menu.But when new record is inserted the new menu item allways comes first in the menu (becouse I sort it that way).How can I allow the users to change the menu item order like "home - about - contact". So when new record is created the user could add the new category between "about and contact"?I have Access database and the category table has sort field.
Drop Down Menu
I need to create a drop down list that will auto Generate numbers from 1-60. So when they select the drop down list, it will display 1 thought to 60.
Dynamic Menu
How could I make a menu have many sub-menus, note that the menu and sub-menus items come from database. Ex: a menu have items like: Products | Auctions | Orders the menu items above all come from a table in a DataBase,and if On Mouse Over or On Click events happens for any item,the specific submenu for this item appear which is also come from database.Do anyone know how could i do this?
Simple Menu
I want to create a simple menu with four buttons that when each one is individually clickec it sends you to a relevant page/submenu.
Menu Bar Z Index
i hv one js file for menu bar ..it create dhtml menu bar dropdown with multilisting...it work on my normal html file but if i applied on asp file where i hv dynemic select box then it breaked & my menu doesn't seen me on that list box but on other area it works....if i had put normal form list box then it runing properly.
Drop Down Menu
can someone give me an example code for how to retrieve the selected value from a drop down menu in ASP. i have been trying something like this: <%response.write(request.form("selected"))%> but it doesn't display anything.
|