<script> transfer_location = "http://new_url/"; pause_time = 600; function transfer() { if (document.images) setTimeout('location.replace("'+transfer_location+'");',pause_tim +e); else setTimeout('location.href = transfer_location;',pause_time); } </script>
In reply to Re^3: Forcing output to a browser when perl is busy
by hsinclai
in thread Forcing output to a browser when perl is busy
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |