Hey all-
Curious if anyone has had this problem:
On the members.asp page, you can click on members and have their profiles pop-up. This works fine. Then the page pop_up_profile.asp pops up with the selected member profile. If that member allows for email to be sent, there is an icon to click to send the member an email. When I click on this icon, apparently the pop_up_profile.asp window is suppose to close, and the focus is suppose to go back to the parent (main) browser window. This doesn't happen properly. In IE 6, I enabled the status bar in the pop-up, and saw the following error message:
Class Doesn't Support Action. It appears to be a problem with this code:
<script language="JavaScript">
//Function to open link in main window
function openInMainWin(winLocation){
window.opener.location.href = winLocation
window.opener.focus();
window.close();
}
</script>
I tested in NN7 as well, and the pop-up closed properly, but the main window reloaded the default.asp page for the forum.
Anyone experienced this? I believe I have everything set as far as email (CDONTS) - I know this is a JavaScript problem. I'm not very proficient with JavaScript.
Thanks,
Warren