Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
acram #1
Re: getDocumentDOM ? referencing file outside of prog
Have you tried doing the following?
var authorsXml =
dw.getDocumentDOM('\\\\MyComputerName\\SharedFolde r\\myfile.xml');
In an extension i'm working on right now, i'm accessing files on another
server that are in \\example\path with the following line without any problems:
DWfile.read("\\\\example\\path\\file.txt");
acram Guest
-
Problems by getDocumentDOM
Hello, I've been trying to getDocumentDOM() of a specific XML-document that I open through an extension, but only have been able to get the DOM... -
getDocumentDOM() not current
Hi all, When I use the dw.getDocumentDOM() function, it doesn't always return the most current DOM object. I will output it's return one second,... -
Invalid Prog ID
Someone could help me on this code: <% if isAdmin then set Upload = Server.CreateObject("PersitsUpload.1") p_count =... -
Is Flash the right tool for demonstratng the use of a prog?
Hi, This is probably a FAQ, so apologies if that's the case and please point me in the appropriate direction. I need to demonstrate how to... -
setuid in a php prog
I'm trying to run a php script setuid. I've tried POSIX_setuid but you have to be root to run this. The files are located on a public access unix...



Reply With Quote

