Display pdf file , image, website on peoplesoft page using html area.

No votes yet

inser 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.

replce src by "http://www.w3schools.com" then see.

Please try to help out with unanswered topics on the forum. Chances are you have had the same issue/question some time in your IT career!

Comments

Have a question? Please ask it on the forum instead.

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
The question below is to prevent automated spam submissions.
2 + 8 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.