Refreshing parent page from an IFRAME - javascript?
843838Apr 11 2006 — edited Apr 11 2006Hi
I have an IFRAME embedded in a jsp page. In the IFRAME, a user gets to submit a form, after which I need it to call the parent jsp page to refresh itself. The JSP page has a table with values from the database and needs to be refreshed to reflect the new form submitted to the database.
I believe i'll need to use javascript for this, since I'm not using struts, or action classes.
can anybody help out, with code samples? I've tried searching on google, but most examples are incomplete. If anyone has a link to it I'll be very grateful.
Thanks