* If you want the PDF file to open in the user's browser when the user clicks 
on a link, do this:

<a href=http:/www.SomeServer.com/SomePdfFile.pdf>Click here to open the pdf 
file</a>


* If you don't want the user to click on something to open the PDF file, do 
this:

<%
Response.Redirect("http:/www.SomeServer.com/SomePdfFile.pdf")
%>



- Cynthia Leslie

----- Original Message ----- 
  From: Dilip Kumar 
  To: [email protected] 
  Sent: Monday, March 14, 2005 8:19 AM
  Subject: [AspClassicAnyQuestionIsOk] open file




  How to open a pdf file and read that in adobe reader?







        Yahoo! Groups Sponsor 
              ADVERTISEMENT
             
       
       


------------------------------------------------------------------------------
  Yahoo! Groups Links

    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
      
    b.. To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]
      
    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to