View Single Post
  #2 (permalink)  
Old 01-05-2008, 09:02 AM
PortalTeam PortalTeam is offline
Member
 
Join Date: Jan 2008
Posts: 5
PortalTeam is on a distinguished road
I think u might have cleared the problem
Any way when ever u submit the jsp page ie's click for search.Do clear the value of the textr box using Java script like


document.forms[0].txtBoxName.value="";
then submit
Reply With Quote