Hi All<br>I have a line of code as below.<br> <br> <br>$data[$index][&#39;Resume&#39;] = &#39;&lt;a href=&quot;\<a href="http://ncjobs.com">ncjobs.com</a>\sites\default\files\resumes\\&#39; . $record-&gt;uid . &#39;\\&#39; . $record-&gt;filename .&#39;&quot; &#39; . &#39;target=&quot;_blank&quot;&gt;&#39; . $record-&gt;filename . &#39;&lt;/a&gt;&#39;;<br>
 <br>I am trying to show a link in one table cell.<br> <br>In IE8, this is working fine, I am able to download the file.<br> <br>In Firefox 15.0.1, this is not working, gets error &quot;he requested URL /<a href="http://ncjobs.com/resume_search/skill_based_search/java/1/0/360/00/\ncjobs.com\sites\default\files\resumes\4\Chinmay_Pani">ncjobs.com/resume_search/skill_based_search/java/1/0/360/00/\ncjobs.com\sites\default\files\resumes\4\Chinmay_Pani</a> mod.doc was not found on this server.&quot;<br>
 <br>I am wondering from where it is prepending &quot;/<a href="http://ncjobs.com/resume_search/skill_based_search/java/1/0/360/00/">ncjobs.com/resume_search/skill_based_search/java/1/0/360/00/</a>&quot; (this is nothing but the current URL, I wanted to access &quot;\<a href="http://ncjobs.com">ncjobs.com</a>\sites\default\files\resumes\4\Chinmay_Pani mod.doc&quot; URL.<br>
 <br>If you have faced this issue, kindly let me know whats the work around.<br> <br>Thanks<br>kamal<br>NECS, Bangalore