"SamplePageDownload" பக்கத்தின் திருத்தங்களுக்கிடையேயான வேறுபாடு

நூலகம் இல் இருந்து
தாவிச் செல்ல:வழிசெலுத்தல், தேடுக
வரிசை 1: வரிசை 1:
 
<html>
 
<head>
 
    <title>PDF Link Example</title>
 
</head>
 
<body>
 
    <h1>PDF Link Example</h1>
 
 
 
    <p>This is a read-only link to the PDF file:</p>
 
    <span style="color: gray; cursor: default;">http://www.noolaham.net/project/01/13/13.pdf</span>
 
 
 
    <!-- OR -->
 
 
 
    <!-- This approach uses the disabled attribute for the <a> element -->
 
    <p>Another read-only link to the PDF file:</p>
 
    <a href="http://www.noolaham.net/project/01/13/13.pdf" style="color: gray; text-decoration: none; cursor: default;" disabled>Example.pdf</a>
 
</body>
 
</html>
 
 
<!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>Here is the embedded PDF viewer:</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 -->
     <iframe src="http://www.noolaham.net/project/01/13/13.pdf"></iframe>
+
     <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>

23:46, 27 ஆகத்து 2023 இல் நிலவும் திருத்தம்

<!DOCTYPE html> PDF Viewer Example

PDF Viewer Example

Click the link below to open the PDF in the embedded viewer:

காகம் கலைத்த கனவு (194 KB)

"https://noolaham.org/wiki/index.php?title=SamplePageDownload&oldid=570679" இருந்து மீள்விக்கப்பட்டது