function redir(){
setTimeout(window.location = '/SV/main/main.html', 10);
}
I dont know if the delay is in miliseconds or seconds, but I have tried BOTH. (by adding three zeros).
Problem is, the redirect is made right away, without any delay at all... why?
Thanks
BTW its called like this: <body onload="redir();">