drop down menu code

D

DocDaddy

Does anyone know of a "drop down menu" code that does NOT use forms.
Example: I'm wanting to list a line of products. I have a button that says
"toys". When the toys button is clicked, I want a drop down menu that
displays "1:16", "1:32", "1:64" ect.
Any help approciated.
 
T

Thomas A. Rowe

A drop down menu is a form field, and requires for tags.

Are you talking about JavaScript DHTML Menus, which is where additional selection appear under a
menu option either when you click or mouse over a menu item?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Top