Hallo!
Ich denke es wird eine externe Javascriptdatei geladen.
Ja, es gibt zwar eine zentrales JavaScipt, aber das ist nicht extern.
Die Lösung:
function geduld()
{
var URL = "wait.html";
var screen800 = (document.layers) ? ('width=400,height=300,top=110,left=238,scrollbars=1') : ('width=400,height=300,top=125,left=238');
var screen1024 = (document.layers) ? ('width=500,height=500,top=110,left=266,scrollbars=1') : ('width=500,height=500,top=125,left=266');
var features = (screen.width < 1024) ? (screen800) : (screen1024);
F=window.open(URL, "", features); F.focus();
}
function weiter()
{
location.href='idxstart.html';
}
Zu finden im Quellcode von /atomic.html
random
(Thilo)