Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

document.write in IP2015

edited Nov 30, 2018 12:29AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 commentAnswered

Hi All,

I have an requirement where a user logs into Siebel Application. As soon as the user logs into the application, another popup windows needs to be opened with some text displayed.

Below is the pseudo code that I have written in postload.js

 

if(sviewName === "Home Page View (WCC)" )

     var sWindowFeatures = "title = LegalMessage, menubar=no, toolbar=no, location=no, resizable=yes, width=400, height=280";

   var myWindow = window.open("", "MsgWindow", sWindowFeatures);

      if (sLang == "ENU") {

myWindow.document.write("<html><p style="color:Blue;">Test</p><button id='Close'  onclick=self.close()>Close</button></html>");

}

}


Below are a few questions:

  1. Is myWindow.document.write supported in IP2015 PS7?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center