Christian: IFrames mit PullDown Menü kombinieren

Beitrag lesen

Hi,

mit
onChange="window.location.href = document.form.link.options[document.form.link.selectedIndex].value"

änderst du ja die url des fensters in dem das Menu ist (window.location.href)

du musst aber das iframe ansprechen:

window.document.getElementById("iframeID").src = ...

habs nicht getestet, aber könnte klappen.

Christian