[Htmlparser-user] HTML parser 1.1
Brought to you by:
derrickoswald
From: Raghavender S. <kin...@ho...> - 2002-04-07 21:40:11
|
Hi Somik, when would be this HTMLparser 1.1 out? one more question. to parse the FORM tags, I have a small question. let us say this is a form tag <FORM NAME="LoginForm" METHOD=POST ACTION="urltoInvoke"> <P>User name: <INPUT TYPE="text" NAME="userName" SIZE="10"> <P>Password: <INPUT TYPE="password" NAME="password" SIZE="12"> <P><INPUT TYPE="submit" VALUE="Log in"> <INPUT TYPE="button" VALUE="Cancel" onClick="window.close()"> </FORM> I am not sure, but to me the way htmlparser parses is it gives me the tag parameter of the first line in the above snippet of html code, when I do Hashtable table = tag.parseParameters(); it is looking for parameters inside <FORM ..... >, but not <FORM .....</FORM> could you suggest me how to go ahead with this. Raghav to extract the INPUT tag parameters _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx |