<iframe src="test.html" id="iframe" ></iframe>
</br>
<input type="button" value="Start" onclick="get()">
</br>
<input id="xtext" type="text">
for example (test.html) contains this text :
<td class=\"datatable-cell\">61.00%<\/td>
When I press the Start button, I want to fetch the value (61.00%), and place it in the textinput
*Note that the value in the example (61.00%) is variable
Greetings :)