CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Java and JSP (http://www.codingforums.com/forumdisplay.php?f=54)
-   -   browser problem in jsp code (http://www.codingforums.com/showthread.php?t=209937)

manish250 11-22-2010 11:04 AM

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.


All times are GMT +1. The time now is 08:14 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.