posted 18 years ago
Sir,
I have created insert form (form.jsp & b.jsp)
form.jsp(let user enter data and submit)
b.jsp(message user whether it stored successfully or not)
All the data enter in text field can stored in MYSQL DB when click on "submit" button. Then b.jsp will come out and msg user whether it stored successful or not.
The problem is during b.jsp, i click "back" button(IE) then "forward"(IE). It store the same record again in DB unnoticely. I didnt even click the "submit" button.
Can give me some idea?
Thank You,
Alex