StefanB: Probleme mit ID in iFrame

Hallo,

ich habe ein Problem mit iFrames und Javascript. Ich würde gerne in Textfeld in einem iFrame schreiben.

Mit

if (tmpItemHandle == gloItemHandle_2_es) {
                    tmpValueNode = iframe3.document.getElementById("es_axis_1");
                    tmpValueNode.value = tmpItemValue;
                }

kann mit IE ich auf das Textfeld mit der ID "es_axis_1" zugreifen. Leider funktioniert das ganze unter Firefox nicht.

Hat jemand eine Idee, was ich falsch mache?

Gruß Stefan

  1. Hi,

    tmpValueNode = iframe3.document.getElementById("es_axis_1");

    Leider funktioniert das ganze unter Firefox nicht.

    https://developer.mozilla.org/en/XUL/iframe#p-contentDocument

    MfG ChrisB

    --
    The most exciting phrase to hear in science, the one that heralds new discoveries, is not “Eureka!” but “That's funny...” [Isaac Asimov]