Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Byron Adams #1
site.getLocalPathToFiles() doesnt update when site.setCurrentSite() is called
hi, i've been having issues with site.getLocalPathToFiles() getting the
wrong sites path can anyone else confirm this?
this is what im trying to do,
alert(site.getCurrentSite()); // alerts 'my site 1'
alert(site.getLocalPathToFiles()); // then alerts the path to 'my site 1'
site.setCurrentSite('my site 2');
alert(site.getCurrentSite()); // this alerts 'my site 2'
// this is where the problem is...
alert(site.getLocalPathToFiles()); // this still alerts the path to 'my site
1'
anyone have any remedy or idea why this is happening any work arounds?
thanks! =)
Byron
Byron Adams Guest
-
site.getLocalPathToFiles() even when no files are open?
Hi all, i want to use the site.getLocalPathToFiles(); function but the only problem is one of the sites files needs to be open for it to work,... -
Web Site Update Suggestions
I need to create a neighborhood website in which content can be added several times each day. It will display sports scores and other neighborhood... -
ASP site doesnt work uploaded
Ive done an asp site - it all works perfectly on my local machine and also when i upload it to a test area in one of my other sites ive done (hosted... -
how to update a site...
Hi everyone, I was asked to update a web site, made nearly entirely in Flash. I am totally new to Flash (done few tutorials a while ago), and have... -
Update site by Email?
Did I read this right that you want to e-mail updates to your server? Is that what you're saying? If so, I don't see where this is tying in with...



Reply With Quote

