Hi all,
I am quite new to javascript, and am having no luck in discovering the problem. The following little function works just fine in IE, but does nothing in firefox. Any suggestions?
Thanks in advance,
Russ
function closemeout()
{
document.closeout.action=window.opener.location.href("<%=sNonSecurePath%>accinfo.asp");
document.closeout.submit();
self.close();
}