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 , , , , , | 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

Posted in Tutorial Release | Tagged , , | Leave a comment

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 , , , | Leave a comment