holty
09-26-2003, 08:49 AM
I have some javascript to refresh the parent window with th elink clicked within a pop up window.
I have some problems, as the parent window is in frames - it opens within the frames. Here is the code i have tried to fix this but I can't get it to work, Any ideas?
<a href="javascript:;" onclick="opener.location='http://www.link.com'; target='_parent'; self.close();">
also tried:
<a href="javascript:;" onclick="opener.location='http://www.link.com'; self.close();" target="_parent">
I have some problems, as the parent window is in frames - it opens within the frames. Here is the code i have tried to fix this but I can't get it to work, Any ideas?
<a href="javascript:;" onclick="opener.location='http://www.link.com'; target='_parent'; self.close();">
also tried:
<a href="javascript:;" onclick="opener.location='http://www.link.com'; self.close();" target="_parent">