I am in a project in which i have to modify a html file's textview with java.
In java I have a value in a String as follows
String a ="HAI";
I have to set this "HAI" to a html textfield.
How to do this.
Any help should be greatly appreciated.