Lutz T.: Nachtrag

Beitrag lesen

Hallo nochmal,
hab was vergessen:
with parent.frames[i].document { open(); close(); }
muß richtig heißen
with (parent.frames[i].document) { open(); close(); }
wobei i der Index des Frames ist, also 0, 1, 2 ...
MfG. Lutz T.