SRC SRC
SRC SRC

Reputation: 87

extract text from HTML textbox using j2me

i know this question might sound silly but is there a way to extract text from HTML textbox using j2me.

Upvotes: 2

Views: 123

Answers (1)

niranjan94
niranjan94

Reputation: 826

You can use a Java HTML DOM Parser library. I Recommend jsoup: Java HTML Parser.

Download the Library file from here. Documentation is located here.

Upvotes: 1

Related Questions