Siebel Business Process & Functionality (MOSC)

MOSC Banner

Warning message for Siebel browser

edited Dec 24, 2014 10:02AM in Siebel Business Process & Functionality (MOSC) 1 commentAnswered

Hi Team,

How to get warning message in Siebel application while closing Siebel session.

We have java script code, but how to invoke this JS from Siebel. It should be triggered while closing Siebel session. Please let us know how this can be achieved and also share your suggestions if there is any other alternatives.

<html>

  <head>

    <script type="text/javascript">

      var hook = true;

      window.onbeforeunload = function() {

        if (hook) {

          return "Did you save your stuff?"

        }

      }

     

    </script>

  </head>

 

</html>

Thanks,

KP

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