Oracle Forms (MOSC)

MOSC Banner

Forms 12c - how to start the application in a new browser window and close the calling window

edited Jun 14, 2018 2:08AM in Oracle Forms (MOSC) 4 commentsAnswered

Hello

I have actually a forms 10g application started with a startpage.html located in the directory $ORACLE_HOME/forms/forms-start directory

<html>

<head>

<title>Start Application</title>

<SCRIPT type="text/javascript"

    language="javascript"

         src="/forms/forms-start/check_forms.js">

</SCRIPT>

<script type="text/javascript"

        language="JavaScript"

        src="/forms/forms-start/appl_window.js">

</script>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<body onload="javascript:replaceByFormsWindow('jobs2017');">

<!--<body onload="javascript:openFormsWindow('fsdemo');">-->

</body>

</html>

check_forms.js and appl_window.js are java script to start the application in an other browser window  and closing the calling window.

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