"SamplePageDownload" பக்கத்தின் திருத்தங்களுக்கிடையேயான வேறுபாடு
நூலகம் இல் இருந்து
வரிசை 1: | வரிசை 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!DOCTYPE html> | <!DOCTYPE html> | ||
<html> | <html> | ||
வரிசை 29: | வரிசை 11: | ||
} | } | ||
</style> | </style> | ||
+ | <script> | ||
+ | function openPDF(pdfUrl) { | ||
+ | // Update the src attribute of the iframe to the PDF URL | ||
+ | document.getElementById("pdfIframe").src = pdfUrl; | ||
+ | } | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
<h1>PDF Viewer Example</h1> | <h1>PDF Viewer Example</h1> | ||
− | <p> | + | <p>Click the link below to open the PDF in the embedded viewer:</p> |
<!-- Replace "example.pdf" with the actual path to your PDF file --> | <!-- Replace "example.pdf" with the actual path to your PDF file --> | ||
− | < | + | <a href="#" onclick="openPDF('http://www.noolaham.net/project/01/13/13.htm'); return false;">காகம் கலைத்த கனவு (194 KB)</a> |
+ | |||
+ | <!-- The iframe for displaying the PDF --> | ||
+ | <iframe id="pdfIframe" src="" frameborder="0"></iframe> | ||
</body> | </body> | ||
</html> | </html> |
22:46, 27 ஆகத்து 2023 இல் நிலவும் திருத்தம்
<!DOCTYPE html>
PDF Viewer Example
Click the link below to open the PDF in the embedded viewer:
காகம் கலைத்த கனவு (194 KB)