-
Recent Posts
Recent Comments
Archives
- August 2011
- July 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- August 2008
- July 2008
- April 2008
- March 2008
- December 2007
- October 2007
- September 2007
- August 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- December 2006
- November 2006
- October 2006
Categories
Meta
Tag Archives: dynamic menu
How to Create Dynamic Tree Menu with Created Recordset from Dreamweaver
Step1. Follow the visual tutorial. http://www.sothink.com/tutorials/how-to-create-dynamic-tree-menu-with-created-recordset-from-dreamweaver.htm Step2. Launch Sothink Tree Menu. Create a new menu item and Input ” <%=sCatName%> ” in it. Enter “Node Setting > Condition” and input the following codes in Prefix: /* <% While Not Recordset1.EOF … Continue reading →
Posted in Tutorial Release
|
Tagged asp, asp menu, dreamweaver, dynamic, dynamic menu, tree menu
|
Leave a comment
Tree Menu Tutorial: How to Create Dynamic Tree Menu with Created Recordset from Dreamweaver?
Step1. Follow the visual tutorial. Step2. Launch Sothink Tree Menu. Create a new menu item and Input ” <%=sCatName%> in it. Enter “Node Setting > Condition” and input the following codes in Prefix: /* <% While Not Recordset1.EOF sCatName=Recordset1.Fields.Item(“NAME”).Value %> … Continue reading →
How to make your dynamic menu display properly over Flash?
Dynamic menu can popup menu depending on user interaction, you can move the mouse over the top menu item to view sub menu, or you can click the menu item to popup sub menu item. If your website includes dynamic … Continue reading →
Posted in Tutorial Release
|
Tagged DHTML menu, drop down menu, dynamic menu, flash
|
Leave a comment