I'm not sure what you mean here.
Should it look like this:
In the meanwhile I have found this
Should it look like this:
<scripttype="text/javascript">setTimeout(function () { location.fakenotifymessage(); }, 3000);</script>
In the meanwhile I have found this
functionRefreshResults(id) {varrefreshFunction=document.getElementById('RefreshGuardsContainer.Id').onclick;refreshFunction();returnfalse; }varintervalId=setInterval('RefreshResults()', 5000);