Show/Hide a Div while application process will be executed
S-MaxMar 29 2012 — edited Mar 30 2012Hi all,
I have the following problem:
I am on APEX 3 and I have the page with 2 Items. When the user enter the value in the first Item on the page and navigate out of the item, in the second item should be shown the SYSDATE.
This should take place as:
1. Set the fovus in the Item1.
2. Navigate out of the Item1 (with TAB or mouse).
3. JavaScript Function will be executed:
3.1 Icon "PLease wait..." will be shown.
3.2 The Application Process getDbDate will be executed.
3.3 The return value from the application process getDbDate will be entered in the Item2.
3.4 Icon "PLease wait..." disappears.
Here ist the example application: http://apex.oracle.com/pls/otn/f?p=MISCELLANEOUS:108
In Firefox I have no problems to show the "Please wait..." Icon, but the Intener Explorer does shows me nothing. But the application process will be executed.
Any ideas?
Best regards