ja klar;
function aufloesung() {
if(screen.width < 1024 && screen.height < 768) {
window.open("popup/popup.htm","projekte","top=0,left=0,toolbar=no,scrollbars=no,directories=no,resizable=no,menubar=no,width=400,height=400");
}
else if(screen.width > 1024 && screen.height > 768 || screen.width == 1024 && screen.height == 768) {
parent.location.href='../projekte/frame.htm';
}
else {
parent.location.href='../projekte/frame.htm';
}
}
und der link;
<a href="index.htm" onclick="aufloesung()" target="_parent" class="navi">link</a>
index.htm ist die site die stehen bleiben soll und in der der link steht