We have an issue with refreshing pages using JavaScript.
We have got three pages. From page 1, page 2 is opened by window.open and from page 2, page 3 open up by window.open and also closes page 2. Now on submitting page 3, can we refresh page 1 ?
Is there any method to do this using JavaScript ?
We have got three pages. From page 1, page 2 is opened by window.open and from page 2, page 3 open up by window.open and also closes page 2. Now on submitting page 3, can we refresh page 1 ?
Is there any method to do this using JavaScript ?
Comment