Hi Guys
I am facing a unique problem in jsp pages of my application.i am having a back button at the fottter of each JSP page.The problem now is that the back button functionality depends on browser back function.
when i navigate to some page and press back button it works properly some times and some times it dosen't work shows browser error message that we usually get when we do not find some url.below is the piece of code that i use
<td width="152" height="65" align="center" valign="middle" id="home_button27" background="images/btn_155x60_bl_UP_back.gif" onMouseOver="home_button27.background='images/btn_155x60_bl_RO_back.gif';" onMouseOut="home_button27.background='images/btn_155x60_bl_UP_back.gif';">
<div style="width:143px; height:45px; text-align: center; padding-top:5px; padding-left:20px;cursor:pointer;"> Back</div></td>
Please let me know what is the problem as i am not able to figure out whats wrong here.i am using struts in my application and using dyna action form as dto rather than beans.please let me know your comments.
Regards
Vikeng