How to refresh the parent page and post value from child window in javascript/jquery? -


does know how refresh parent page , post value child window in javascript/jquery?

i have using window.opener.location.reload();to refresh parent page, have no idea how can passing post value ?name=test&age=28 while refreshing parent page.

try,

window.opener.location.href = window.opener.location.href + "?name=test&age=28"

this should reload parent page added values.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

javascript - Using jquery append to add option values into a select element not working -