Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hidden List Menu?

Status
Not open for further replies.

llldnylll

Technical User
May 21, 2003
89
I have a list menu(Status MENU) with 4 values: IN, OUT, BREAK and GONE.

I would like to have a hidden list menu (Load MENU)that only appears when "IN" is selected from Status Menu and not appear if other values are selected.

Is this possible? How can I do this?

Thanks in advance.
 
You'll need Javascript, to test for the value that has been selected and subsequently change the visibility of the menu in case the value matches "IN".

However you'll need to ask this in the JS forum for explicit instructions on how to code it, as you'll have to do it manually . I don't think DW has an extension for that.

The Javascript forum is here: forum216

I'm sure the guys there will be happy to help.

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top