Forum Moderators: open
<script language = "javascript" type = "text/javascript">
window.opener.location.href('mypage.asp?test=<%=test%>&o=1');
window.close();
</script>
In Opera, I get this error:
The Object does not implement [[Call]]
Does Opera not like the window.opener call? What does it like?
Thanks.
-Matt