Hallo Martin
parent.frames.Navigation.document ist Null oder kein Objekt!
Gibt's nicht. Mach bitte folgendes:
1) alert(typeof(parent.frames["Navigation"]));
2) alert(typeof(parent.frames["Navigation"].document));
3) alert(typeof(parent.frames["Navigation"].document.X));
was kommt jeweils raus? Wenn bei 1 oder 2 schon "undefined" angezeigt wird liegt der Fehler irgendwo in deinem Frameset und hat erst mal nichts mit dem Applet zu tun.
Grüße,
Jochen