|
Subject:
|
opening doc (in another server)
|
|
Posted By:
|
thisgal1213
|
Post Date:
|
12/27/2005 8:18:09 PM
|
hello..
i'm a beginner in ASP. i want to open .doc file located in another server through an ASP page. E.g. there will be a link in the ASP page - "what.doc", once user click the link - the file will be open automatically in doc form.
please help
|
|
Reply By:
|
Greg Griffiths
|
Reply Date:
|
1/3/2006 7:55:36 PM
|
Just provide a standard link :
<a href="thedoc.doc">Link to thedoc.doc</a>
and the browser will process it as it has been configured to.
|