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