Hallo,
habe folgendes Problem:
Aus einem Frame rufe ich ein Popup auf.
Dieses Popup ruft eine URL auf, allerdings nicht im selben Frame, sondern praktisch in target="_top".
Weiss einer, wie das geht?
Habe bisher:
<SCRIPT LANGUAGE="JavaScript">
function link (url) {
window.opener.location.href=url;
parent.close();
}
// End -->
</script>
Danke :-)