Huhu Ute
das funktioniert mit JavaScript ungefähr so:
function myFunction()
{
opener.location.href='http://whateveryouwant.org';
self.close();
}
<a href="#" onclick="myFunction();">Button</a>
Viele Grüße
lulu
Huhu Ute
das funktioniert mit JavaScript ungefähr so:
function myFunction()
{
opener.location.href='http://whateveryouwant.org';
self.close();
}
<a href="#" onclick="myFunction();">Button</a>
Viele Grüße
lulu