| Author |
in jsp run script
|
narayana arya
Greenhorn
Joined: Dec 12, 2005
Posts: 12
|
|
Hi here i am unable to get alert message in my jsp file. could you explain me why this alert msg is not executing. (it is not giving any err) 4ex the code is like: <% ... pst.executeUpdate(); out.print("<script>alert('Record Updated Successfully');</script>"); pst.close(); .... %> could anybody suggest me how should i get alert msg after updating a rec.
|
 |
Jason James Picardo
Greenhorn
Joined: Jul 22, 2005
Posts: 3
|
|
|
Hi, I have tried the code that you have listed and it worked on my PC running on JRun 4 server. I guess there is some error in the previous line.
|
 |
 |
|
|
subject: in jsp run script
|
|
|