Tuesday, March 4, 2014

Display Image or Pdf file or Webpage in a page

Insert an html area in page then copy the following code into it....then open the same page in PIA.
<html>
<body>

<iframe src ="\\psserver\temp\purchase.pdf" width="700" height="500">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>
src is path to file or webpage.
replace src by "http://www.w3schools.com" then see.

No comments:

Post a Comment