Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 8th, 2006, 06:23 AM
Registered User
 
Join Date: Mar 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Opening a doc file using a jsp

Can you give me a code for opening a doc file using a jsp

Actually i have written a program which is saving a doc file into my server now i want to read the doc file through a link using jsp or servlets.



 
Old March 8th, 2006, 08:02 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 344
Thanks: 0
Thanked 1 Time in 1 Post
Default

why cna't you use a standard link :

<a href="mydoc.doc>link to My Doc</a>
 
Old March 19th, 2006, 01:47 AM
Authorized User
 
Join Date: Aug 2004
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can use <a href="file_name.extension"> to link to any page you want. If you want to link to pdf page use <a href="file_name.pdf"> and u can get a pdf file into your browser.

Best regards,

Randhy

NB : if you want to talk about computer science, u can send me e-mail to [email protected]

 
Old June 27th, 2006, 08:02 AM
Registered User
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am also having this kind of problem but this is related to the opening of the .doc file in readonly format and getting the text contents out of it.

It will be helpfull if somebody helps me out of this problem.

Subhasis





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in opening .doc file kumar_raj13 C# 1 March 13th, 2006 12:57 PM
opening doc (in another server) thisgal1213 Classic ASP Basics 1 January 3rd, 2006 08:55 PM
upload doc,pdf file from ORACLE 9i on JSP page ashwinmittal Pro JSP 1 November 30th, 2004 01:18 PM
Opening a .doc file for view Shoedat Beginning VB 6 2 June 14th, 2003 02:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.