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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -