I\'m trying to handled onclick of html in android.refered enter link description here but its not detecting.
The pitfalls of copying code from StackOverflow is that you might not understand it fully.
function GreenClicked()
{
Green.performClick(); // Needs to be your JS Interface name
document.getElementById("Green").value = "J'accepte";
}
The Android docs on this are great. Use them. You'll have more of an understanding of what's going on in your own code.