hai,<br><br>I wanted to change the lable of &lt;a href&gt; both japanese and english depending on the locale.<br>So i wrote the following code.<br><br>&lt;a href=&quot;../employeemaster/employeemasterList.html&quot;&gt;<b>&lt;label id=&quot;employeemaster&quot; style=&quot;cursor:pointer&quot;&gt;EmployeeMaster&lt;/label&gt;</b>&lt;/a&gt;<br>
&lt;br/&gt;&lt;a href=&quot;../costmaster/costmasterList.html&quot;&gt;<b>&lt;label id=&quot;costmaster&quot; style=&quot;cursor:pointer&quot;&gt;CostMaster&lt;/label&gt;</b>&lt;/a&gt;&lt;br/&gt;<br>&lt;a href=&quot;../customermaster/customermasterList.html&quot;&gt;<b>&lt;label id=&quot;customermaster&quot; style=&quot;cursor:pointer&quot;&gt;CustomerMaster&lt;/label&gt;</b>&lt;/a&gt;<br>
<br>if i run this code i got the lables.<br><br>But in IE6 i couldn&#39;t navigate to the specified URL,where as in firebox this code perfectly works .<br><br>How can i acheive in IE6.?<br><br>Thanks in advance.<br>トマス<br>
<br><br><br>