Hallo Leute !
Möchte aus einen PopUp Fenster neue Elemente in einer Select-Liste einfügen, die sich in den Hauptfenster befindet.
Leider klapp die untere Funktion nicht bei Explorer 6 (Fehler: Ausnahmefehler des Servers). Z.B.: in Firefox läuft alles.
function test()
{
neu = new Option('text', 'text', false, true);
top.opener.document.auftrag.material.options [top.opener.document.auftrag.material.options.length] = neu;
}
Bitte um Mithilfe.
Gruß
Möchte aus einen PopUp Fenster neue Elemente in einer Select-Liste einfügen, die sich in den Hauptfenster befindet.
Leider klapp die untere Funktion nicht bei Explorer 6 (Fehler: Ausnahmefehler des Servers). Z.B.: in Firefox läuft alles.
function test()
{
neu = new Option('text', 'text', false, true);
top.opener.document.auftrag.material.options [top.opener.document.auftrag.material.options.length] = neu;
}
Bitte um Mithilfe.
Gruß