Welcome Guest Search | Active Topics | Sign In | Register

Pressing the button and read the data from the field. Options
KimJin
Posted: Thursday, November 10, 2016 1:10:00 AM
Rank: Newbie
Groups: Member

Joined: 11/10/2016
Posts: 2
<input type="button" value="Generate" onclick="if (okgo) {ccngen(document.console.ccp.value,document.console.tr.value,true);}">
you have to press this button.
I found a press, and as such on the id?


And then get the data from this field.
<textarea name="output2" cols="58" rows="6" wrap="virtual"></textarea>

Enter the data I found both. And then how to count?
WebView1.EvalScript("document.getElementsByName('ccp')[0].value = 'KimJin';");
eo_support
Posted: Thursday, November 10, 2016 8:38:15 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

Using WebView.EvalScript is the correct way to do this. As to what JavaScript code you should use, you will need to work that part out yourself. We do not provide support on JavaScript.

Thanks!
KimJin
Posted: Thursday, November 10, 2016 10:16:33 AM
Rank: Newbie
Groups: Member

Joined: 11/10/2016
Posts: 2
I decided to just run a script that was supposed to make a button.

Just because the button is not necessary to press, the main thing I had to run the script
WebView1.EvalScript("if (okgo) {ccngen(document.console.ccp.value,document.console.tr.value,true);}");
eo_support
Posted: Thursday, November 10, 2016 10:17:55 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
I am sorry but what is your question?


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.