|
| |
|
|
sssngt83
Posts: 28 Joined: 10/8/2007 Status: offline
|
Drop Down menu! - 5/9/2008 5:58:05
Any 1 can teach me how do unlimited drop down menu?? Like : +category +subcategory 1 >> product 1 >> product 2 . . >> product n +subcategory 2 . . +subcategory n
|
|
|
|
DesiMcK
Posts: 407 Joined: 4/26/2004 From: Essex, UK Status: offline
|
RE: Drop Down menu! - 5/9/2008 6:10:08
Are you products listed in a database table? If so are you using Frontpage DRW or pure asp? You can loop through all the products in the database and use this to populate your drop down. Desi
|
|
|
|
sssngt83
Posts: 28 Joined: 10/8/2007 Status: offline
|
RE: Drop Down menu! - 5/12/2008 0:24:01
I know how loop through all the products in the database but don't know how to do in drop-down form. Need use javascript combine with asp ?? can show me an example ??
|
|
|
|
DesiMcK
Posts: 407 Joined: 4/26/2004 From: Essex, UK Status: offline
|
RE: Drop Down menu! - 5/12/2008 8:46:23
If you are using the DRW it would be spomething like this: <select NAME="DROPDOWN1" SIZE="1"> <!--#include file="../_fpclass/fpdbrgn1.inc"--> <option value = "<%=FP_FieldHTML(fp_rs,"myField")%>"><%=FP_FieldHTML(fp_rs,"myField")%></option> <!--#include file="../_fpclass/fpdbrgn2.inc"--> </select>
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|