VB.NET Set label text from html table (td value) [closed]












0















Here it is the html code, i just want to set productid_label text now to XX-XXXX, and the firmware_version_label text to "any firmware version". IDK what i can do, please help me. Thanks!






<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3" class="FormTable">
<tbody><tr>
<th>Product ID</th>
<td>XX-XXXX</td>
</tr>
<tr>
<th>Firmware Version</th>
<td><input type="text" name="firmver_table" class="input_20_table" value="any_firmware_version" readonly="1">
<input type="button" id="update" name="update" class="button_gen" onclick="detect_update();" value="Check">
<div id="check_states">
<span id="update_states">Checking firmware update</span>
<img id="update_scan" style="" src="images/InternetScan.gif">
</div>
</td>
</tr>
<tr>
<th>New Firmware File</th>
<td><input type="file" name="file" class="input" style="color:#FFCC00;*color:#000;width: 300px;"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="button" name="upload" class="button_gen" onclick="submitForm()" value="Upload"></td>
</tr>
</tbody></table>












share|improve this question













closed as off-topic by Bhargav Rao Jan 19 at 4:12


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Bhargav Rao

If this question can be reworded to fit the rules in the help center, please edit the question.

















  • is this code in a html website or what? Where will you get the table html code?

    – snoopcommands
    Jan 19 at 0:42











  • You need to fix the tagging on this and provide some code you've already tried to change those fields. Is this a WebBrowser in a VB.Net form? Is this an HTML page you're trying to manipulate with Javascript?

    – Nathan Champion
    Jan 19 at 4:08
















0















Here it is the html code, i just want to set productid_label text now to XX-XXXX, and the firmware_version_label text to "any firmware version". IDK what i can do, please help me. Thanks!






<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3" class="FormTable">
<tbody><tr>
<th>Product ID</th>
<td>XX-XXXX</td>
</tr>
<tr>
<th>Firmware Version</th>
<td><input type="text" name="firmver_table" class="input_20_table" value="any_firmware_version" readonly="1">
<input type="button" id="update" name="update" class="button_gen" onclick="detect_update();" value="Check">
<div id="check_states">
<span id="update_states">Checking firmware update</span>
<img id="update_scan" style="" src="images/InternetScan.gif">
</div>
</td>
</tr>
<tr>
<th>New Firmware File</th>
<td><input type="file" name="file" class="input" style="color:#FFCC00;*color:#000;width: 300px;"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="button" name="upload" class="button_gen" onclick="submitForm()" value="Upload"></td>
</tr>
</tbody></table>












share|improve this question













closed as off-topic by Bhargav Rao Jan 19 at 4:12


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Bhargav Rao

If this question can be reworded to fit the rules in the help center, please edit the question.

















  • is this code in a html website or what? Where will you get the table html code?

    – snoopcommands
    Jan 19 at 0:42











  • You need to fix the tagging on this and provide some code you've already tried to change those fields. Is this a WebBrowser in a VB.Net form? Is this an HTML page you're trying to manipulate with Javascript?

    – Nathan Champion
    Jan 19 at 4:08














0












0








0








Here it is the html code, i just want to set productid_label text now to XX-XXXX, and the firmware_version_label text to "any firmware version". IDK what i can do, please help me. Thanks!






<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3" class="FormTable">
<tbody><tr>
<th>Product ID</th>
<td>XX-XXXX</td>
</tr>
<tr>
<th>Firmware Version</th>
<td><input type="text" name="firmver_table" class="input_20_table" value="any_firmware_version" readonly="1">
<input type="button" id="update" name="update" class="button_gen" onclick="detect_update();" value="Check">
<div id="check_states">
<span id="update_states">Checking firmware update</span>
<img id="update_scan" style="" src="images/InternetScan.gif">
</div>
</td>
</tr>
<tr>
<th>New Firmware File</th>
<td><input type="file" name="file" class="input" style="color:#FFCC00;*color:#000;width: 300px;"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="button" name="upload" class="button_gen" onclick="submitForm()" value="Upload"></td>
</tr>
</tbody></table>












share|improve this question














Here it is the html code, i just want to set productid_label text now to XX-XXXX, and the firmware_version_label text to "any firmware version". IDK what i can do, please help me. Thanks!






<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3" class="FormTable">
<tbody><tr>
<th>Product ID</th>
<td>XX-XXXX</td>
</tr>
<tr>
<th>Firmware Version</th>
<td><input type="text" name="firmver_table" class="input_20_table" value="any_firmware_version" readonly="1">
<input type="button" id="update" name="update" class="button_gen" onclick="detect_update();" value="Check">
<div id="check_states">
<span id="update_states">Checking firmware update</span>
<img id="update_scan" style="" src="images/InternetScan.gif">
</div>
</td>
</tr>
<tr>
<th>New Firmware File</th>
<td><input type="file" name="file" class="input" style="color:#FFCC00;*color:#000;width: 300px;"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="button" name="upload" class="button_gen" onclick="submitForm()" value="Upload"></td>
</tr>
</tbody></table>








<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3" class="FormTable">
<tbody><tr>
<th>Product ID</th>
<td>XX-XXXX</td>
</tr>
<tr>
<th>Firmware Version</th>
<td><input type="text" name="firmver_table" class="input_20_table" value="any_firmware_version" readonly="1">
<input type="button" id="update" name="update" class="button_gen" onclick="detect_update();" value="Check">
<div id="check_states">
<span id="update_states">Checking firmware update</span>
<img id="update_scan" style="" src="images/InternetScan.gif">
</div>
</td>
</tr>
<tr>
<th>New Firmware File</th>
<td><input type="file" name="file" class="input" style="color:#FFCC00;*color:#000;width: 300px;"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="button" name="upload" class="button_gen" onclick="submitForm()" value="Upload"></td>
</tr>
</tbody></table>





<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3" class="FormTable">
<tbody><tr>
<th>Product ID</th>
<td>XX-XXXX</td>
</tr>
<tr>
<th>Firmware Version</th>
<td><input type="text" name="firmver_table" class="input_20_table" value="any_firmware_version" readonly="1">
<input type="button" id="update" name="update" class="button_gen" onclick="detect_update();" value="Check">
<div id="check_states">
<span id="update_states">Checking firmware update</span>
<img id="update_scan" style="" src="images/InternetScan.gif">
</div>
</td>
</tr>
<tr>
<th>New Firmware File</th>
<td><input type="file" name="file" class="input" style="color:#FFCC00;*color:#000;width: 300px;"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="button" name="upload" class="button_gen" onclick="submitForm()" value="Upload"></td>
</tr>
</tbody></table>






javascript html vb.net html-table web-controls






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 18 at 20:11









NightelsNightels

12




12




closed as off-topic by Bhargav Rao Jan 19 at 4:12


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Bhargav Rao

If this question can be reworded to fit the rules in the help center, please edit the question.







closed as off-topic by Bhargav Rao Jan 19 at 4:12


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Bhargav Rao

If this question can be reworded to fit the rules in the help center, please edit the question.













  • is this code in a html website or what? Where will you get the table html code?

    – snoopcommands
    Jan 19 at 0:42











  • You need to fix the tagging on this and provide some code you've already tried to change those fields. Is this a WebBrowser in a VB.Net form? Is this an HTML page you're trying to manipulate with Javascript?

    – Nathan Champion
    Jan 19 at 4:08



















  • is this code in a html website or what? Where will you get the table html code?

    – snoopcommands
    Jan 19 at 0:42











  • You need to fix the tagging on this and provide some code you've already tried to change those fields. Is this a WebBrowser in a VB.Net form? Is this an HTML page you're trying to manipulate with Javascript?

    – Nathan Champion
    Jan 19 at 4:08

















is this code in a html website or what? Where will you get the table html code?

– snoopcommands
Jan 19 at 0:42





is this code in a html website or what? Where will you get the table html code?

– snoopcommands
Jan 19 at 0:42













You need to fix the tagging on this and provide some code you've already tried to change those fields. Is this a WebBrowser in a VB.Net form? Is this an HTML page you're trying to manipulate with Javascript?

– Nathan Champion
Jan 19 at 4:08





You need to fix the tagging on this and provide some code you've already tried to change those fields. Is this a WebBrowser in a VB.Net form? Is this an HTML page you're trying to manipulate with Javascript?

– Nathan Champion
Jan 19 at 4:08












0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Liquibase includeAll doesn't find base path

How to use setInterval in EJS file?

Petrus Granier-Deferre