Say for example my sample input file is,
Tag name: input
Attributes:
type="text"
name="hello"
size="49"
Tag name: input
Attributes:
type="text";
name="hello';
size="50";
Now how can i compare the size of the two textboxes... from the Tag name=input and attribute type="text" ....(size=49 && size=50)and results a mismatch result in this case
Loading
Karthikeyan AnbarasanPosted Mar 18, 2011, 1:08 PM
Suthish NairPosted Mar 18, 2011, 12:33 PM
aparnaPosted Mar 18, 2011, 11:59 AM
Karthikeyan AnbarasanPosted Mar 18, 2011, 9:54 AM
do you need to compare the size of the text box completely? what is ur exact requiremet?