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

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to