Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    ASP






SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







Collapsible Menu In ASP


how to get collopsible menu to be used with ASP pages??


View Complete Forum Thread with Replies
Sponsored Links:

Related Messages:
Collapsible Menu
I'm trying to create a collapsible menu using vbscript and asp. I am dynamically pulling categories and subcategories from a database. Can anyone point me in the right direction with a script or a tutorial?

EX:

Category 1
- Subcategory 1
- Subcategory 2
Category 2
- Subcategory 1

so on and so on.

View Replies !   View Related
Collapsible Directory Structure Tree
I want to create a Expandable and Collapsible Directory Structure Tree. So that it looks at a folder from a path i give it and shows all directories and files underneath it.

This sub directories needs to be expandable and collapsable and when i click on on of the options it will bring a select box up by the side of this giving options. ie edit page.is this clear?

View Replies !   View Related
Pop Out Menu / Sub- Menu In Frame
does frame support pop out menu? Thanks....

View Replies !   View Related
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:

View Replies !   View Related
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.

View Replies !   View Related
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.

View Replies !   View Related
ASP Menu
I want to create with asp a "menu" that will have a dynamicall drop down menu. Is there any ready drop down or a tutorial for this?

View Replies !   View Related
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.

View Replies !   View Related
Creating A Menu Using ASP
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...

View Replies !   View Related
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 Replies !   View Related
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:

View Replies !   View Related
Menu Tree
is it possible to have an asp menu tree? or possible to swap an inc though a link click

View Replies !   View Related
Three 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.

View Replies !   View Related
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

View Replies !   View Related
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 ?

View Replies !   View Related
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.

View Replies !   View Related
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:

View Replies !   View Related
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

View Replies !   View Related
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:

View Replies !   View Related
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.

View Replies !   View Related
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.

View Replies !   View Related
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)

View Replies !   View Related
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:

View Replies !   View Related
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?

View Replies !   View Related
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.

View Replies !   View Related
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?

View Replies !   View Related
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.


View Replies !   View Related
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?



View Replies !   View Related
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.

View Replies !   View Related
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.

View Replies !   View Related
CSS Dynamic Menu
I am building up a web application which should have a two level dynamic (ASP) css menu. My problem is that I do not know how I could make id="active" to show on pages that are on certain folder. I should be able to do this because I have to use following code on sub menu: Code:

<% if Request.ServerVariables("URL") = "/yourpage.asp" then
response.write "id=""active""
end if %>

View Replies !   View Related
Menu Elements
In my ASP page I have a set of menus on the left side and list boxes just on its right side. Whenever I click on a menu and the submenu appears it gets hidden under the listboxes and cannot be read properly.

The page design cannot be changed at this point of time and the listboxes cannot be moved to any other position of the page. So is there any property or function so that I can make my menu elements appear above the listboxes.

View Replies !   View Related
Menu For Mywebsite
I want to add menu on my website. Could anyone please tell some website etc. from where I can download the FREE Menu.

View Replies !   View Related
Drop Down Menu In Asp
we are working with the date of birth and have three drop down menus...my question is in the year because what we want is to make the drop down menu to start in 2006 not in 1906. Code:

<label>Year
<select name="select4">
<%
dim zzzz
dim a
zzzz = year(Date())
for a = CInt(zzzz)-100 to CInt(zzzz)
Response.write("<option value=""" & a & """>" & a & "</option>")
Next
%>
</select>
</label>

View Replies !   View Related
Pop Up Menu - From Database
Can anyone recommend, pop up /hover menu that populates data from the database? At the moment we are using http://dhtmlcentral.com/projects/coolmenus/ but it seems to take a while to load. I'm just wondering if there is more efficient script available.

View Replies !   View Related
ASP Navigation Menu
My project is to make a website that lists all kinds of different items. The Items are sorted into sub categories and the sub categories are sorted into Main Categories. Of course this is all connected to a database

What I need is for the main categories to be presented into a vertical menu then once the mouse is over a Main Category for a menu to appear on the right listing the sub categories and then once the sub category has been clicked a list of items will appear in a form on the center of the page.

I have already been able to connect a wepage to the database and pull off records using SQL statements. I Understand the concept of relationships, primary and foreign keys.

View Replies !   View Related
Creating A Menu
I am trying to make a category & sub-category menu using ASP & Javascript languages. I will be received the category and sub-category titles from the DB. Has anyone done this before? I am having some problems with it, especially at the sub-category area. Can anyone help or point me the right direction?

View Replies !   View Related
Double Menu Box
What I would like to do is the following: Menu box 1 populates all 50 states from an SQL table. Use selects State. Menu box 2 gets populated from SQL table with Al counties in that State. User selects prefered county then hits submit The part I am having trouble with is populating the county menu box.

View Replies !   View Related
Grid & Menu
I have an ASP page which hosts a VS flexgrid control. I use a Menu.js file which will dispay the menu on each page of the application.

But in some of the pages the sub menu goes inside the flexgrid. I tried putting the z-index property for the div which holds the Flexgrid but it didn't work. Is there any workaround for this.

View Replies !   View Related
Populating Drop Down Menu
I am having some problems populating a drop down menu called province with data.

This is the error I am receving:

ADODB.Recordset error '800a0cc1'

Item cannot be found in the collection corresponding to the requested name or ordinal.

/fairmont/order.asp, line 85

I am sure there is data in the DB. I have attached the file.

View Replies !   View Related
Text Drop Down Menu
Anyone know how to create a drop down menu where the user can enter text
also?

If they do not want to choose an answer from the drop down menu, the
users can just enter their own answers in the drop down box. Anyone
know if this is possible?

View Replies !   View Related
Dynamic Drop Down Menu
I want to create two drop down menu. one is for the Main Category and second is for Sub Category. Both value should be come from the database.

when i choose the Main cat. say business then it should load sub cat of business in second drop down menu but is should be done without refreshing the page.

View Replies !   View Related
Menu/List Validation
how to validate a menu/list? I can use dreamweaver to validate a text field but not a menu/list.

View Replies !   View Related
Pull Down Menu Problem
i have a pull down menu with categories and the link but unfortunately it doesnt go to that pages at all. does anyone knows what's the problem:

<select name="select">
<option>Browse Our Catalogue</option>
<option value="http://www.mellon.com.sg/Shop/computer_accessories.asp">Computer Accessories</option>
<option value="http://www.mellon.com.sg/Shop/custom_made.asp">Custom Made Products</option>
</select>

View Replies !   View Related
DropDown Menu And DataBase
I have a dropdown menu (HTML's form->select) i have options in it, and I need as soon as one of the options is chosen (onChange)to update my database's (mdb) field
like this:

mdbVar("some_field")=1
mdbVar.update

that simple, but i cant figureout how to connect the onChange to this code.

View Replies !   View Related
List Menu With Name Of Files
How can I make and populate list menu with name of files from one folder and then select one of their?

View Replies !   View Related
Dynamic Menu Build
I need to get my name value "MenuSubCat" to act as athird level menu. This is a dynamic menu and it only does Code:

View Replies !   View Related
Adding CSS Style To An ASP 2.0 Menu
how to add a css style to a menu in asp 2.0?

View Replies !   View Related
Menu OnTop Of Page
I was using Menu and its a javascript in my asp page. But i want to display it on top of the page where ever the page is scrolled down.

View Replies !   View Related
Including Menu In Certain Directories
I'm including a template on all pages in a site. In the template I have a menu. What I'd like is to have a different menu displayed if I'm in a different directory. Something along the lines of:

If path is /mainsite Then
Regular Menu
If path is /admin Then
Admin Menu

Just not sure about how to go about getting there. My first thought was to use the PATH_INFO server variable, but that returns the page name too. Any suggestions?

View Replies !   View Related
Read In List Menu Value Into Asp
does anyone know how to read in a list menu value into asp? I need to get the value and then display results with it.

View Replies !   View Related
Genrate 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:

View Replies !   View Related

Copyright © 2005-08 www.BigResource.com, All rights reserved