Hi,
I've got a solution. Just I change the JS close from onClick="window.close()"
to
onClick="setTimeout('window.close()',500)"
The link now looks like:
<a href="../../kontakt.php?Betreff1=Anmeldung&eid=[eid]&datum=[date]&startzeit=[time]&endzeit=[timeend]"target="myframe"onClick="setTimeout('window.close ()',500)">»» Anmelden</a>
Now by click the link open in target myframe (what I want! Not open an new window) and after 1/2 second the popup closed.
So that it. Thanks for help anyway!
Regards Ralf
|