You
must have Create or higher shared database portlet
access privileges to test a JavaScript.
To test a JavaScript:
In the Oracle Portal Navigator, navigate to the list of JavaScripts.
In the Actions column, click Run.
Enter the value you are validating into the first TextField on the page.
If you are testing a field-level JavaScript routine, you must cause the OnBlur condition to occur; for example, by pressing the Enter or Return key or tabbing to the second entry field. After you cause the condition to occur, the JavaScript field-level validation routine should run (for example, an error message could appear if you included this in your JavaScript).
If you are testing a form-level routine, it should run after you type an invalid value in the entry field and click Submit.
Click Close when you are finished testing.