jogisarge 0 Newbie Poster

hi,

i have a problem with JS and the IE8.
From a popup i want to redirect the opener with JS:

<script type=\"text/javascript\">
function siteload()
{
	opener.location.href='www.google.de';
	opener.focus();
	self.close();
}
</script>

In IE 6,7 and Firefox 2,3 it works fine.
In IE8 the URL (www.google.de) was opened in a popup.

Is it possible to get this running without changing settings in IE8 ?

by jo

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.