It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming JavaScript Forum

ie8 and opener.location.href

ie8 and opener.location.href

Postby jogisarge on Tue May 05, 2009 6:58 am

hi,

i have a problem with JS and the IE8.
From a popup i want to redirect the opener with JS:
[HTML]
<script type=\"text/javascript\">
function siteload()
{
opener.location.href='www.google.de';
opener.focus();
self.close();
}
</script>
[/HTML]
In IE 6,7 and Firefox 2,3 it works fine.
In IE8 the URL (http://www.google.de) was opened in a popup.

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

by jo
jogisarge
 
Posts: 1
Joined: Tue May 05, 2009 6:55 am

Who is online

Users browsing this forum: No registered users and 6 guests