C
|
clig 9/3/2009 |
Dear all, i added this code in the after record updated event, Response.Write "<script>alert('I\'m a popup window')</script>" but nothing happens, just returns to listpage. Also tried response.write "hello", but doesn't show a message. any ideas becuase i wan't to inform user.
|
M
|
monye author 9/3/2009 |
no i dont have response.redirect before this line the only thing i do is update some fields in the database with mysql statement. |
C
|
clig 9/3/2009 |
no i dont have response.redirect before this line the only thing i do is update some fields in the database with mysql statement.
|