Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 08-13-2005, 12:00   #1 (permalink)
W. de Jonge
Civilians

 
Default Link directly to MS Word document

Who can help me? I want to create a link(href) which opens an .doc or an
..xls directly in MS Word or MS Excell and not in IE so that I don't have to
save the document first en open it from Explorer.

I asked our webmaster at the office but he didn't know the answer so I hope
you can help me.

Greetz

Willem


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 08-13-2005, 16:00   #2 (permalink)
David Ross
Civilians

 
Default Re: Link directly to MS Word document

"W. de Jonge" wrote:
>
> Who can help me? I want to create a link(href) which opens an .doc or an
> .xls directly in MS Word or MS Excell and not in IE so that I don't have to
> save the document first en open it from Explorer.
>
> I asked our webmaster at the office but he didn't know the answer so I hope
> you can help me.


Upload the Word or Excel file to the Web server in binary mode.
Create a standard link of the form <a href="xxx">yyy</a>. The xxx
should have the .doc or .xls extension found on the Word or Excel
file.

Your Webmaster might have to put an entry in the Web server's
..htaccess file for doc and xls. For that, he should consult the
documentation for the server software. However, I would expect
that the standard .htaccess file that came with the server already
has such entries if they are needed.

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-13-2005, 20:00   #3 (permalink)
Andy Dingley
Civilians

 
Default ASCII upload? Was: Link directly to MS Word document

On Sat, 13 Aug 2005 08:14:07 -0700, David Ross <nobody@nowhere.not>
wrote:

>Upload the Word or Excel file to the Web server in binary mode.


Hmm... Don't we upload _everything_ in binary mode these days ?

What happens to "ftp ASCII upload" in this world of XML, UTF-16 etc. ?
Should we be worrying about this ?

And doesn't everyone just have broadband these days and more bandwidth
than the whole of IBM did until a few years ago,


--
Cats have nine lives, which is why they rarely post to Usenet.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-14-2005, 00:00   #4 (permalink)
Neredbojias
Civilians

 
Default Re: Link directly to MS Word document

With neither quill nor qualm, W. de Jonge quothed:

> Who can help me? I want to create a link(href) which opens an .doc or an
> .xls directly in MS Word or MS Excell and not in IE so that I don't have to
> save the document first en open it from Explorer.


I don't know, but is your nickname "Shrimp"?

--
Neredbojias
Contrary to popular belief, it is believable.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-14-2005, 16:00   #5 (permalink)
David Ross
Civilians

 
Default Re: ASCII upload? Was: Link directly to MS Word document

Andy Dingley wrote:
>
> On Sat, 13 Aug 2005 08:14:07 -0700, David Ross <nobody@nowhere.not>
> wrote:
>
> >Upload the Word or Excel file to the Web server in binary mode.

>
> Hmm... Don't we upload _everything_ in binary mode these days ?
>
> What happens to "ftp ASCII upload" in this world of XML, UTF-16 etc. ?
> Should we be worrying about this ?
>
> And doesn't everyone just have broadband these days and more bandwidth
> than the whole of IBM did until a few years ago,


I still upload HTML and CSS files in ASCII mode. I also upload my
UNIX scripts (KSH coded in Wordpad) and ASCII files (TXT) in ASCII
mode. The reason is that I want these files to reside on my Web
server (a UNIX system) with UNIX-type end-of-line (EOL) markings
(LF), not PC-Windows-type EOL markings (CR/LF). FTP converts the
EOL markings from the source type to the destination type when
doing ASCII transfers. This allows me to edit the files on the
server (via a secure Telnet session) using UNIX tools.

I still use a dial-up connection to the Internet. Late last year,
I saw a news item that said almost half of those in the U.S. who
access the Internet from home do so via dial-up modems. This
number might actually increase soon, now that the courts have ruled
that phone and cable TV companies can charge independent ISPs
retail rates for broadband. This means that, if I want broadband,
I must either use Adelphia or SBC for my ISP; or I must pay them
for an unused ISP account merely to get broadband to my current
ISP. I like my current ISP and don't want to change. But I also
don't want to pay for two ISP accounts to use only one.

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-15-2005, 00:00   #6 (permalink)
Jim Moe
Civilians

 
Default Re: Link directly to MS Word document

W. de Jonge wrote:
> Who can help me? I want to create a link(href) which opens an .doc or an
> .xls directly in MS Word or MS Excell and not in IE so that I don't have to
> save the document first en open it from Explorer.
>
> I asked our webmaster at the office but he didn't know the answer so I hope
> you can help me.
>

This depends on both the server and the browser. The server must send
the document with a appropriate "Content-Type" header entry, such as
application/msword for Word documents. Then your browser must have a
corresponding entry to call the appropriate application to view the document.
For instance, in Mozilla go to Edit: Preferences...: Navigator:
Helper_Applications to see what is configured there.
Firefox just asks you what application to use for an unknown file type.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Link directly to MS Word document R. van Lieshout Web Design 0 08-13-2005 12:00
Link to exterrnal document Optiglaze Microsoft Applications 1 07-08-2005 12:00
Problems Opening a Word 2000 document with Word 2003 Richard Vaughn Microsoft Applications 1 01-30-2005 00:00
loading a microsoft works file directly into pocket word ntm Microsoft Applications 2 07-24-2004 00:09
Unprotect Word Document Jack Microsoft Applications 4 06-15-2004 18:37


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 20:16.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.80056 seconds with 19 queries