From: Klaus-Peter B. <126...@on...> - 2004-09-19 18:18:21
|
Hi Chris, soory, but part of my last message seemed to be corrupted. So here = again: unfortenately, there is little help provided by the htmlunit developer = guys ;-( I know that there is the setJavaScriptEnabled(false) feature, but = sometimes I NEED JS execution! E.g., my code does not work because the <DIV ...> statement is not = processed properly, or another piece of code does not work because = Window.setInterval() is missing. So I decided to go the hard way and patch the code by myself! In the case of the <DIV...> statement I have already succeeded to write = a workaround, and setInterval() is on the way... Seems that is what open source is all about... --Klaus |