[Htmlparser-user] Button Links
Brought to you by:
derrickoswald
From: Cliff H. <cli...@gm...> - 2007-04-01 03:06:17
|
I am trying to create a java program that will follow a series of links. However, the first link is not a link per se, but a button, and the link parser doesn't recognize it as a link. The source of the button is <input type="submit" value="Sign in" /> I am fairly new at using this, so I would appreciate some pointers on where to look to find out how to accomplish this. |