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.
Copy link to clipboard
Copied
Anybody have the info ?