View Single Post
Old 11-22-2010, 11:04 AM   PM User | #1
manish250
New to the CF scene

 
Join Date: Nov 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
manish250 is an unknown quantity at this point
Internet Explorer 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

Code:
<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.
manish250 is offline   Reply With Quote