blob: 63dc673362a98c1f774ef6f72c43b24334592679 [file]
<html>
<head>
<g:javascript>
var counter = 0;
function updateItems()
{
new Ajax.Request('/protoTest/page/time/' + counter,
{
onSuccess:
function(e) {
time.innerHTML = resp.val + counter<caret>
updateItems();
}});
return false;
}
</g:javascript>
</head>
<body>
</body>
</html>