Skip to Content
0
Former Member
Oct 20, 2004 at 07:10 AM

close window from DynPro application

24 Views

Hi,

I have a pop-up window (separate iview).

This window contains a "Back" button. The functionality of that "Back" button is:

1. Fill a database with values from the window.

2. Close the window.

My problem is that I don't have a clue how to close the browser window from Java.

When I use System.exit(0); IE gives an error-screen.

I tried setting event.setAction("window.close()");

Than the question arises how I can raise that event....

Can anyone give a clue?

TIA,

Mylene