Sign in | Join
Last post 05-17-2008 1:36 PM by luber. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
I have 2 frames in a web page. Then I have to open a popup from one Frame1 then after closing popup i have to refresh Frame2. Can any one help me out....
Thanks in advance
in javascript:
var frm = window.opener.parent.frames["frameId"];
frm.location.href = frm.location.href;