Cool Coder - 2009-08-31

I have been using htmlparse v 1.6 since a long time. I am facing issue of extracting dynamic fields which is populated by javascript.
e.g.
<div id="details"></div>
<script>
...
..getelementbyid('details').innerHTML="";
</script>
I am not sure whether the release 2.0 supports to get content of such elements. I am now planning to use some browser api like cobra, or javascript api rhino.
Would appreciate your suggestion.