here the case :
1. there's a web with jsp and sql which i would like to grab the data.
2. this jsp web using login form to enter the data
3. this jsp using the drop down menu to execute the sql query
4. after those 2 step, the data(table) is now display
the question :
how to grab the data(table) from that web ?