Tony - 2003-06-13

Hi guys:

I am new to HttpUnit so any help or direction is appreicated.

Our development has a jsp that has a javascript function ...

<body onLoad="setTimeout('theVerdict()',700); background="images/somepic.gif" bgcolor="#000000">

Is there a way for me to tell httpunit to slow down until the page is fully loaded?

I was able to get pass this page by hacking the jsp to not do to the onLoad and directly call the function. 
<script>theVerdict();</script>

I am trying not to change any developer code but I am stuck right now...

Thanks,
tony