parent.frames[F1].location.href=URL1;
parent.frames[F2].location.href=URL2;
}
Ich möchte dabei aber auch noch einen Query Wert im Header mitschicken. ( <a href="test.html?Wert=1"> ) Das geht jedoch mit meinem Frame Link Script nicht.
Probier statt parent.frames[F1].location.href mal parent.frames[F1].location.url