Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
kscap #1
Write to a File on _afterSave
After a file has been edited and saved i wanted to write to a seperate .txt
file. i was trying to call a javascript function in an test_afterSave.htm file.
i am trying to use var fso = CreateObject("Scripting.FileSystemObject"); to
create the object but it keep failing. Does DW allow CreateObject?
thanks
kscap Guest
-
Can't write to a file using File class
hi every body I wanna write into a file for logging purpose, but I always got an error when I write to the file ... the code is:... -
write value from flash file to an external file
how can I write value from flash file to an external file like (text file or xml file) -
advice needed... cf write data to xml file for use in flash app thatuses xml file
I'm wondering if it is possible to use CF to: 1) connect to existing db; 2) get specific data from table; 3) write it to an xml file that would... -
Why i cannot write a file, even i add a permission to that file.
My web site user should change some files in the root folder. Why the following code is not working. I dont want to manually give permission for... -
log file sync vs. log file parallel write ?
On 11 Dec 2002 14:48:41 -0800, bchorng@yahoo.com (Bass Chorng) wrote: The writes requested by a log file sync are evidently processed by... -
Tom Muck #2
Re: Write to a File on _afterSave
There is no access to that. You need to use dwfile. Check the docs at
[url]http://livedocs.adobe.com/dreamweaver/8/apiref/02_file3.htm[/url]
Tom Muck
"kscap" <webforumsuser@macromedia.com> wrote in message
news:f59d1u$hhu$1@forums.macromedia.com...> After a file has been edited and saved i wanted to write to a seperate
> .txt
> file. i was trying to call a javascript function in an test_afterSave.htm
> file.
> i am trying to use var fso = CreateObject("Scripting.FileSystemObject");
> to
> create the object but it keep failing. Does DW allow CreateObject?
>
> thanks
>
>
Tom Muck Guest
-
kscap #3
Re: Write to a File on _afterSave
thanks. uisnf DWFile works great. thanks again.
kscap Guest



Reply With Quote

