Hi
my file is located at c:\AdminFiles.xml
i tried the following ways
window.open("c:/AdminFiles.xml",'HeavyXml');
window.open("c:\AdminFiles.xml",'HeavyXml');
window.open("c:\\AdminFiles.xml",'HeavyXml');
in the above i'm getting the following error:
"Firefox doesn't know how to open this address, because the protocol (c) isnt associated with any program"
window.open("file:///c:\\AdminFiles.xml",'HeavyXml');
the last attempt give to respond at all...
any suggestions???
thanks ahead.
Daniel