Can some one tell me the code for a ajax refresh every like 1000 mill seconds
Ajax Refresh
| Code: |
| <SCRIPT LANGUAGE="JavaScript">
<!-- Begin function refresh() { setTimeout('dorefresh()', 30000); } function dorefresh() { window.location.reload(); } // End --> </script> |
I want one like on the shout boxs
