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();
}

Update: solved the problem by removing the document references. Now works fine in both browsers.

Russ

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.