[webkit-dev] obtain the value of the html <input>
zhenghe zhang
zhenghe.zhang at gmail.com
Mon Mar 16 03:08:24 PDT 2009
Hi all
I have a problem, and I can't solve it ,I hope you tell me, thank you.
There is a js function:
<input type="text" Name="text1" value="Hello world!" />
function alertValue()
{
alert(document.all.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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090316/1844d6a1/attachment.html>
More information about the webkit-dev
mailing list