I am trying to open up a pop up window through HTML (Java script). I have created the HTML object with the desired code which work perfectly in the IE. when I try to integrate the same with PeopleSoft it didnt work.
a html variable will hold the HTML.
%response.write(<html variable>);
Any restrictions in PeopleSoft for this?
Also If I specify the HTML straight away like
%response.write("<html>"); %response.write("alert(hi')"); %response.write("<\html>");
it works perfectly. I am unable to understand the PeopleSoft behavior with respect to this context.
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
%response.write is used for server side scripting while ps uses client side scripting. Try using js rather than what you used.