mMoe: JScript & Frames...

Beitrag lesen

hi,

self.open("download/download.htm","main");
top.main.location.href = "download/download.htm";

willst Du die Datei in ein per JS geoeffnetes popup laden? Name the babe...
neufenster = open("","main","width=400,height=300");
neufenster.location.href = "...";

hth + Gruss  Joachim

Danke erstmal für deine HilfeVersuche...
Ich möchte per JavaScript (nach simpler Passworteingabe in HTML Datei) in mein HauptFrame (mittlerweile von "main" auf "HAUPT" umbenannt) eine html Datei laden...