Tag Archives: dreamweaver

How to make frameset highlight menu?

This is a frameset page including iframe and wonderful DHTML menu. Here displays the iframe content. Click the menu item above to see the picture in the iframe window, and you will find that the item is be activated, which … Continue reading

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

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

Insert DHTML menu into multiple pages at one time?

There are four ways to insert one DHTML menu into many pages. First One: If you have FrontPage, you can use the shared borders or include page function to do so. Please check work with shared borders. Second One: If … Continue reading

Posted in Tutorial Release | Tagged , , , , | 1 Comment