Reload parent page
-
I have main page a.html that use window.open to show (let say b.html) confirm dialog. I dont use Javascript 'confirm' dialog because I need to show my table format in it. In my b.html has confirm button and simply when clicked, it close the b.html page and refresh my a.html. I have problem refreshing the a.html (currently open). I need to find some kind of link identified between two html page to communicate. Any solution or other way to solve this?
-
I have main page a.html that use window.open to show (let say b.html) confirm dialog. I dont use Javascript 'confirm' dialog because I need to show my table format in it. In my b.html has confirm button and simply when clicked, it close the b.html page and refresh my a.html. I have problem refreshing the a.html (currently open). I need to find some kind of link identified between two html page to communicate. Any solution or other way to solve this?
i know you caan do it with javascript "window.parent" or something.