Hello,
Database frontend.
To do some data manipulation, I open a child window.
When done i'd like to reload the parent window to show the altered data.
works ok, but IE prompts me every time to resend the form data in order to reload the page.
Is there a way to disable these prompts?
(don't ask, just send!)
Thank you!
Thomas
Database frontend.
To do some data manipulation, I open a child window.
When done i'd like to reload the parent window to show the altered data.
Code:
<input type='submit' name='close' value='ok' onClick="window.opener.location.reload(); window.close;">
works ok, but IE prompts me every time to resend the form data in order to reload the page.
Is there a way to disable these prompts?
(don't ask, just send!)
Thank you!
Thomas