Hallo,
habe eine js-funktion in frame x und möchte darauf von frame y aus zugreifen. ist das möglich? wenn ja wie?
top.framename.document.funktion() mag irgendwie nicht..
top.framename.funktion()
oder
top.frames["framename"].funktion()
Bei entsprechendem Framekontext auch parent statt top.
BTW: Staende statt .funktion() .abc waere das die Referenz auf die Variable abc im jeweiligen Frame.
MfG, Thomas