Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <code>form</code> tag is not closed in the html. It should also contain both nested tables.</p> <pre><code> &lt;form name="f10" id="myform" method=POST action="http://testxml.net84.net/abel-test/test.php"&gt; &lt;table id="myTable"&gt; &lt;tbody&gt; &lt;tr&gt;&lt;th&gt;&lt;th&gt;&lt;th&gt;&lt;th&gt;&lt;th&gt;Ration Number&lt;/th&gt;&lt;td&gt;&lt;input type="text" name="rno"&gt;&lt;/td&gt;&lt;th&gt;Grand total&lt;/th&gt;&lt;td&gt;&lt;input type="text" name="adno[0]"&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;th&gt;Aadaar Number&lt;/th&gt;&lt;th&gt;Relationship&lt;/th&gt;&lt;th&gt;Income from land&lt;/th&gt;&lt;th&gt;Salary/Pension&lt;/th&gt;&lt;th&gt;Income from business&lt;/th&gt;&lt;th&gt;Income from Labour&lt;/th&gt;&lt;th&gt;Rental Income&lt;/th&gt;&lt;th&gt;Any other income&lt;/th&gt;&lt;th&gt;total &lt;/th&gt;&lt;/tr&gt; &lt;input type="hidden" id="rowcount" value="1" &gt; &lt;tr&gt;&lt;td&gt;&lt;input type="text" name="adno[0]"&gt;&lt;/td&gt; &lt;td&gt; &lt;select name="relation"&gt; &lt;option value="owner"&gt;owner&lt;/option&gt; &lt;option value="Father"&gt;Father &lt;/option&gt; &lt;option value="Mother"&gt;Mother&lt;/option&gt; &lt;option value="Son"&gt;Son&lt;/option&gt; &lt;option value="Daughter"&gt;Daughter&lt;/option&gt; &lt;option value="Husband"&gt;Husband&lt;/option&gt; &lt;option value="Grandfather"&gt;Grandfather&lt;/option&gt; &lt;option value=" Grandmother"&gt;Grandmother&lt;/option&gt; &lt;option value="Mother-in-law"&gt;Mother-in-law&lt;/option&gt; &lt;option value="Father-in-law 8"&gt;Father-in-law&lt;/option&gt; &lt;/select&gt;&lt;/td&gt; &lt;td&gt;&lt;input type="text" name="il"&gt;&lt;/td&gt; &lt;td&gt;&lt;input type="text" name="sal"&gt;&lt;/td&gt; &lt;td&gt;&lt;input type="text" name="lb" &gt;&lt;/td&gt; &lt;td&gt;&lt;input type="text" name="ll" &gt;&lt;/td&gt; &lt;td&gt;&lt;input type="text" name="rl" &gt;&lt;/td&gt; &lt;td&gt;&lt;input type="text" name="ai" &gt;&lt;/td&gt; &lt;td&gt;&lt;input type="text" name="tot" &gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;table&gt; &lt;tr&gt;&lt;td&gt;&lt;input type="submit" name="submit"&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt; &lt;input type="button" id="btnAdd" value="add another name" /&gt;&lt;/td&gt;&lt;td&gt; &lt;input type="button" id="btnDel" value="remove name" /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/form&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload