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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -