HighDots Forums  

open writer document not in the browser

alt.html alt.html


Discuss open writer document not in the browser in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sibou51
 
Posts: n/a

Default open writer document not in the browser - 03-03-2006 , 11:14 AM






Hello everybody,

I want to developp a intern tool for my compagny. This tool is a web
page in HTML (html document) and I have a problem with because I'm not
able to open a
document writer Open Office ( or a winword document) with write
access. The link :

<a href="file://X:\temp\sbouchard\cookie\pythonDOc.odt">lien</a>

open my document in a browser and I don't have the write access. It is
possible to open my document in the application associcated.
In my case, I want that it's Openoffice open my file.

Do you konw the property of <a href> that I supposed to use or the
method to realize this??

Do you have a alternate method to accomplish this??

Enven if the solution is not in html, I'm open to..

thanks


Reply With Quote
  #2  
Old   
Jim Higson
 
Posts: n/a

Default Re: open writer document not in the browser - 03-03-2006 , 11:54 AM






Sibou51 wrote:

Quote:
Hello everybody,

I want to developp a intern tool for my compagny. This tool is a web
page in HTML (html document) and I have a problem with because I'm not
able to open a
document writer Open Office ( or a winword document) with write
access. The link :

a href="file://X:\temp\sbouchard\cookie\pythonDOc.odt">lien</a

open my document in a browser and I don't have the write access. It is
possible to open my document in the application associcated.
In my case, I want that it's Openoffice open my file.
How does the browser open a ODF document? I know Konqueror can do this, but
you seem to be on Windows (backslashes in the path) so I'll rule that out
for now.

Quote:
Do you konw the property of <a href> that I supposed to use or the
method to realize this??
There isn't really one.
HTML isn't really designed to be used like this. It is a document format,
not an application launcher format.

Quote:
Do you have a alternate method to accomplish this??
If the document is on the user's local machine, why do they need HTML to be
able to edit it anyway?

However, if you want to limit the user to IE only, I suppose you might be
able to give a link to the dir the document's in, and they could probably
use it as usual then. I can't test this since I don't have a Windows box
but might work.

Quote:
Enven if the solution is not in html, I'm open to..


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.