Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
sherifmayika #1
Run the current document in a perticular browsere
hi,
I want to run my the current ducment in firefox, if it is not available alert
( Firefox is not found !) my code this way, but it parses errors.
Any kind of help would be appreciated
thanks
ss
function preivew() {
var theDOM = dw.getDocumentDOM();
var prevBrowsers = dw.getBrowserList();
var sitePrefix = site.getAppURLPrefixForSite();
var FF = prevBrowsers.indexOf(firefox.exe);
var theBrowser = "";
theBrowser = prevBrowsers[FF];
dreamweaver.browseDocument(sitePrefix,theBrowser);
}
sherifmayika Guest
-
Print a pdf document with a current timestamp...
I'd like to be able to print a pdf with the current date and time. I found a third party s/w to do the job but I believe Acrobat is capable of doing... -
how to give colors to datagrid for a perticular row
Hi everybody Good morning.. Please Help me if u know how to give custom row colors in datagrid. i have datagrid and i want to give colors for... -
Reload current document?
Running DW8, building an insertObject() extension; 2 problems that appear related to loading the current document. Problem 1: DW maintains the... -
DocPreset from Current Document
Hi, I have a related issue: Dave Saunders said: That's because you can't change the document preferences for the >margins after you've created... -
How to change the current thread current culture at run time.
I have created a new culture : Dim objCulture As New CultureInfo("he") //hebrew When I tried to assign it to the current thread. ...



Reply With Quote

