hello all
i hv a jsp code in which there is a link to another file successLogs.jsp as follows
<td align=center><a href="successLogs.jsp?strHour=<%=strDate+strHour%>&strcli=<%=strcli%>"><u><%=totSuccCount%></u></td>
in successLogs.jsp there is call to a linux script which is fetching a file from the logs.
The problem is that when i click on the link in internet explorer the call to successLogs.jsp is not happening but when i use right click and open in new tab then file is fetched successfully.i want to know reason and it's solution.
In mozilla firefox both left and right click are working perfectly.
PLZ help .it's urgent.