Hallo,
ich habe eine Problem einen Verweis in einen iframe zu lenken.
Der iframe hat den Namen "info".
Irgendetwas stimmt nicht mit meiner function, die macht immer ein neues Fenster auf
function hotelinfo() {
window.location.target = "info";
window.location.href = "hotel.html"}
Vielen Dank
Andreas