browser problem in jsp code
hello all
i hv a jsp code in which there is a link to another file successLogs.jsp as follows
<%=totSuccCount%>
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.
manish250
Junior Poster in Training
88 posts since Aug 2008
Reputation Points: 10
Solved Threads: 1
I don't know if that is the problem or you simply forgot to post it, but you haven't closed the tag. You didn't put the
<td align=center>
<a href="successLogs.jsp?strHour=<%=strDate+strHour%>&strcli=<%=strcli%>">
<%=totSuccCount%>
</a>
</td>
And you don't need the tags in order to have it underlined.
Also I am not sure that this will solve your problem, but you try this correction and see
javaAddict
Nearly a Senior Poster
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
no dear that's not the issue.i hv checked it
manish250
Junior Poster in Training
88 posts since Aug 2008
Reputation Points: 10
Solved Threads: 1
javaAddict
Nearly a Senior Poster
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
I don't know then. Sorry
NO PROBLEM.
Thanks for your help
manish250
Junior Poster in Training
88 posts since Aug 2008
Reputation Points: 10
Solved Threads: 1