I am using this code :
<iframe runat="server" id="pdf_file" src="doc.pdf" width="450px" height="456px"
enableviewstate ="True" visible="True"> </iframe>
to show pdf in my browser, but i want to give link for list of PDFs link like :
1. Chemistry
2. Physics
3. Math
When I click on these link that pdf should be opened in new tab in same browser, how to do this?
<iframe runat="server" id="pdf_file" src="doc.pdf" width="450px" height="456px"
enableviewstate ="True" visible="True"> </iframe>
to show pdf in my browser, but i want to give link for list of PDFs link like :
1. Chemistry
2. Physics
3. Math
When I click on these link that pdf should be opened in new tab in same browser, how to do this?
Comment