javascript - Refresh parent window after submitting a form in a IFrame in jQuery -
i know how can refresh/reload parent window iframe on submit without closing frame using javascript / jquery. parent window contains display table , button opens iframe. iframe contains form on submit saves data in table displayed on parent window. @ present data not displayed until refresh page manually. please suggest me method so.
this scenario
- main window has buttton called form ,
- on clicking iframe opens ,
- iframe has form on submit saves data,
- this data displayed in table on main window.
but when submit data saved not displayed.
i want method main window refreshed / reloaded without having close iframe , refreshing manually
please suggest solution problem ...don't offer other method..
this thing not possible parent window cannot refreshed keeping open i-frame
Comments
Post a Comment