I can easily display the pdf files I require on a single page using the <a> tag,
<a href ="<% =strBulletinNotes(i)%>">
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.
<a href ="<% =strBulletinNotes(i)%>">
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.