änder mal in deinem quelltext die js-funktion von
window.open(form.select1.options[myindex].value);}
nach
window.open(form.select1.options[myindex].value,target="_parent");}
um
änder mal in deinem quelltext die js-funktion von
window.open(form.select1.options[myindex].value);}
nach
window.open(form.select1.options[myindex].value,target="_parent");}
um