0
Creating Menu dynamically
New Here
,
/t5/dreamweaver-discussions/creating-menu-dynamically/td-p/2159663
Sep 10, 2009
Sep 10, 2009
Copy link to clipboard
Copied
Hi All,
Is there any way to create the top nav menu links dynamically using dream weaver API. Is dream weaver provide any APIs to read the site structure in the javascript code.
Regards,
Rakesh.
var file1 = "file:///c|/temp/file1.txt"; var time1 = DWfile.getCreationDate(file1); var time2 = DWfile.getModificationDate(file1); if (time1 == time2){ alert("file1 has not been modified since it was created"); }else if (time1 < time2){ alert("file1 was last modified on " + time2); } how to use the above code in my html page if any one know please tell me the steps to use the same.
TOPICS
Extensions
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/dreamweaver-discussions/creating-menu-dynamically/m-p/2159664#M180824
Mar 19, 2010
Mar 19, 2010
Copy link to clipboard
Copied
Anybody have the info ?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

