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
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to