hi Andreas,
status = 0 => index0.htm
status = 1 => index1.htm
status = 2 => index3.htm etc.Vielen Dank !
ich denke etwas in dieser Richtung laeuft,
(habe ich aber auf die schnelle nicht getestet.)
urlFragment = "index";
/* oder absolut */
urlFragment = "http://deinServer.com/index";
window.location = urlFragment + status + ".htm";
s. ansonsten auch Hinweis anderen Antwort.
Tschuess
Olaf