Joachim: 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