(HtmlUnit/Java/NetBeans 7.3)隱藏輸入的設置值內部形式HtmlUnit
如何設置表單內隱藏輸入的值。我有一個表格,它有一個隱藏。不需要添加隱藏。
我有這些值,我只需要設置這些值與這些輸入。
謝謝大家!
HTML代碼
<tr id="theRowprof_1_54066" style="display:table-row;">
<td valign="top">
<input type="text" readonly="" onclick="buscaProf('79FA9300D2DC4BDE');" value="STAFF" size="6" name="p_profesor_1_54066">
<input type="hidden" value="" name="p_profesor_pidm_1_54066">
<input type="hidden" value="100" name="p_responsabilidad_1_54066">
</td>
</tr>
您能否提供隱藏輸入的源代碼。 – Kick