Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~292 People Reached
Favorite Forums
Favorite Tags
jsp x 4
Member Avatar for kimpham

Hi All, I have the function as window.onbeforeunload = alertChanges; and I only want to execute this only if the session is not time out. So if the session is time out I want to skip this call. Any idea? Thanks in advance, KP

Member Avatar for qiaolevip
0
34
Member Avatar for kimpham

Hi All, I have the page using iframe and every time the browser timeout and I want to logout by clicking on the "logout" button the page is displayed the content of logout.jsp instead of the logout page. This issue is only happened with Chrome browser - The FireFox and …

Member Avatar for peter_budo
0
143
Member Avatar for kimpham

Hi All, I have the hidden field defined as: <form method="post" name="userform" id="userform"><input <input type="hidden" id="movieIdHidden" name="movieIdHidden"></input> .... When the form is reload I set this field as document.userform.movieIdHidden.value=1000; In the JSP I read this value as: string strmovie3 = request.getParameter("movieIdHidden"); // convert to int int movie3 = parseInt(strmovie3 ); …

Member Avatar for masijade
0
115