-
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: 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 DHTML menu, dreamweaver, frameset, highlight menu, iframe, menu
|
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 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 →
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 DHTML menu, dreamweaver, frontpage, library, template
|
1 Comment