Support for windowSetTimeout()
Brought to you by:
russgold
This bug has been submitted before, but got closed from inaction. Please fix this as it prevents me from using httpunit with our web sites.
<html>
<head>
<script language="javascript">
function redirect()
{
self.location.replace('yahoo.html');
}
</script>
</head>
<body onload="window.setTimeout('redirect();',0);">
</body>
</html>
===========================
Please supply a patch according to the httpunit-develop mailinglist FAQ.