Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

displaying a PDF File from a database in a frames page

Status
Not open for further replies.

lin45

Technical User
Dec 19, 2002
14
GB
I can easily display the pdf files I require on a single page using the <a> tag,

<a href =&quot;<% =strBulletinNotes(i)%>&quot;>

reading the path of the files from an Access database, using ASP.

My problem is that when the form is submitted I need to take values through from the form to identify the user who has logged in,and for this to be displayed together with the pdf file.

My thoughts were to submit the form to a 2 framed page - the top frame containing the values from the form that I require and the bottom frame containing the pdf file, but do not know the code how to do this.

Can anyone help?

Thank you in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top