zwei verschachtelte iframes machen probleme...
martin ch.
- javascript
Hallo!
Folgendes Problem:
Ich habe eine Seite auf der sich ein iFrame "content" befindet.
In diesem iFrame "content" ist eine Tabelle und ein weiteres iFrame "images" wird geladen.
Jetzt möchte ich innerhalb des "content" iframes mit Zellen der Tabelle einen ScrollTo-Befehl an das iFrame "images" schicken, also im td-tag:
onClick="parent.images.window.scrollTo(x,y);"
Leider funktioniert es nicht und der IE gibt mir die meldung
"'parent.images.window' ist Null oder kein Objekt"
Könnt Ihr mir weiterhelfen..?
Vielen Dank und schöne Grüße,
martin
PROBLEM GELÖST - SORRY....
anstatt "parent" habe ich mal "self" probiert.. nun tut es.. :P
ciaociao