Hai,<br><br>I want to use links to various pages from the list page.The following is my code.<br><br><br><br>&lt;div id=&quot;employeemasterItems&quot;&gt;<br>&lt;tr class=&quot;item&quot;&gt;<br>&lt;td&gt;&lt;span id=&quot;employeecode&quot;&gt;&lt;/span&gt;&lt;/td&gt;<br>
&lt;td&gt;&lt;span id=&quot;employeenamekanji&quot;&gt;&lt;/span&gt;&lt;/td&gt;<br>&lt;td&gt;&lt;span id=&quot;employeenamekana&quot;&gt;&lt;/span&gt;&lt;/td&gt;<br>&lt;td&gt;&lt;span id=&quot;employeefirstname&quot;&gt;&lt;/span&gt;&lt;/td&gt;<br>
&lt;td&gt;&lt;span id=&quot;employeelastname&quot;&gt;&lt;/span&gt;&lt;/td&gt;<br>&lt;td&gt;&lt;span id=&quot;designation&quot;&gt;&lt;/span&gt;&lt;/td&gt;<br>&lt;td&gt;&lt;a id=&quot;goemployeemasterEdit&quot; href=&quot;employeemasterEdit.html?employeecode&quot;&gt;<span style="background-color: rgb(255, 102, 102);">&lt;input type=&quot;button&quot;&nbsp;&nbsp; id=&quot;goemployeemasterEdit&quot;&gt;&lt;/input&gt;</span>&lt;/a&gt;<br>
&lt;a id=&quot;goemployeemasterCreate&quot; href=&quot;employeemasterCreate.html?employeecode&quot;&gt;<b>&lt;span id=&quot;copyLabel&quot;&gt;copy&lt;/span&gt;</b>&lt;/a&gt;<br>&lt;a id=&quot;goemployeemasterDetail&quot; href=&quot;employeemasterDetail.html?employeecode&quot;&gt;&lt;span id=&quot;detailLabel&quot;&gt;copy&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;<br>
&lt;/tr&gt;<br>&lt;/div&gt;<br><br><br>if i use <br><b><br>&lt;a id=&quot;goemployeemasterDetail&quot;
href=&quot;employeemasterDetail.html?employeecode&quot;&gt;&lt;span
id=&quot;detailLabel&quot;&gt;copy&lt;/span&gt;&lt;/a&gt;</b><br><br>like this i can get the value of employeecode in <b>employeemasterDetail.html </b>page.<br><br>i want to use buttons instead of span tag.<br><br>if i use <br>
&lt;a id=&quot;goemployeemasterEdit&quot; href=&quot;employeemasterEdit.html?employeecode&quot;&gt;<span style="background-color: rgb(255, 102, 102);">&lt;input type=&quot;button&quot;&nbsp;&nbsp; id=&quot;goemployeemasterEdit&quot;&gt;&lt;/input&gt;</span>&lt;/a&gt;<br>
<br>like this it redirect to employeemasterEdit.html page but the value of employeecode is null.<br><br>How can i get the employeecode in employeemasterEditPage.java<br><br>Thanks in advance<br><br>トマス<br><br><br><br>