Can I open a doc using exec() from jsp?

  • Thread starter novice via JavaKB.com
  • Start date
N

novice via JavaKB.com

Can I open any document (word, excel, pdf, gif, txt, etc) using the exec()
command in jsp?

If not, is there any similar commands in jsp that I can use?

Thanks!!!!!!!!
HEEEEEEEEELLLLLLLLLLPPPPPPPPPPPPPPPPP!
 
K

Karel Suikers

novice via JavaKB.com schreef:
Can I open any document (word, excel, pdf, gif, txt, etc) using the exec()
command in jsp?

I think you can, but I don't think you want it. You'll open a document
on the server.

Insert a link to your document in the html code in the jsp:
<a href="anydoc.pdf">anydoc</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top