Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
xsiren #1
How to get all open document?
I want to replace some elements through all open documents in dreamweaver.
eg. replace to and to
I know i can do this by using "replacing all", but i want to replace a lot of
things together. it's boring to replace them one by one :P
Anyone know how to make it?
Thank you for your help! ^^:rose;
xsiren Guest
-
cannot see the document when open
When I open scanned document in my reader, it comes up but I cannot SEE anything but blank pages. Why?? The reader displays the name of the documnent... -
Run a command on document open?
Hi, Is it possible to have Dreamweaver run a given Command on document open? I wrote a Command to check the revision of a template it's using... -
PDF document ; cannot open pdf within main document
Pdf doc created in vs. 6.1 The document is placed on a network for other users to view. Operating systems Microsoft 2000. Most users are able to view... -
?How can I open a document in projector???
Hi! Does anyboday know how to open Word or PowerPoint or PDF file from the projector? (in both Mac & PC) I tried this Lingo open "My.doc" with... -
Open fh8 document in fh9 not working
I keep trying to open a fh8 document and my fh9 won't recognize it- the fh8 doc is from a Mac & I use a pc, can someone help me? -- -
Massimo Foti #2
Re: How to get all open document?
I guess you are looking for dreamweaver.getDocumentList()
--
----------------------------
Massimo Foti, web-programmer for hire
Tools for ColdFusion and Dreamweaver developers:
[url]http://www.massimocorner.com[/url]
----------------------------
Massimo Foti Guest
-
xsiren #3
Re: How to get all open document?
Actually, no.....
I want to get all the contents of all open documents,
so that i can do changes to every content, and replace the old one :D
xsiren Guest
-
xsiren #4
Re: How to get all open document?
the "dreamweaver.getDocumentList()" is only for get all the list of open
documens, istn't it?
i tried to alert the value of it, and it show something like
"file://D:\develop\1.html" "file://D:\develop\2.html"
xsiren Guest
-
Massimo Foti #5
Re: How to get all open document?
"xsiren" <webforumsuser@macromedia.com> wrote in message
news:f1v1o5$333$1@forums.macromedia.com...And then you are supposed to get the DOM out of the url, passing it as an> the "dreamweaver.getDocumentList()" is only for get all the list of open
> documens, istn't it?
> i tried to alert the value of it, and it show something like
> "file://D:\develop\1.html" "file://D:\develop\2.html"
argument to dreamweaver.getDocumentDOM()
-----------------------------
Massimo Foti, web-programmer for hire
Tools for ColdFusion and Dreamweaver developers:
[url]http://www.massimocorner.com[/url]
----------------------------
Massimo Foti Guest
-
xsiren #6
Re: How to get all open document?
I got your main idea!!!!!
THANK YOU Massimo Foti~~~~
Wish you a good day :)
xsiren Guest



Reply With Quote

