My application has to be build in java and it has to handle all the java scripts etc...
example
<html>
.
.
.
<input name=button onclick="javaScript">
.
.
.</html>
so when i click i should go to the page that the javascript may be calling
This is just a scenario.I do not want to add dynamics (that is click etc) in beginning phase. As a beginning, I want to parse the HTML and want best solution which will handle high volume in the same time be quick and efficient.
It would be helpful if you say the tutorial or book i can refer to build this kind of application