Hi all
I have a problem, I hope you tell me, thank you.
There is a js function:
<input type="text" ID="text1" value="Hello world!" />
function alertValue()
{
alert(text1.value);
}
Now I want to know the javascript function how to obtain the value of
"text1" through the c++ functions, I hope you tell me,
Thank you & regards
zh_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

