Forums
This topic is locked
Write message on page after successful update
Posted 12 Nov 2011 19:43:05
1
has voted
12 Nov 2011 19:43:05 Christian Sen posted:
Hi there,I have a form (method=post)on a page for members to update their profile. After the update the same page is being loaded again with the new info. What I wanted to do is inform the user that the info has been updated with a simple message.
Have tried this one, tag placed outside the form:
<% IF (Request.ServerVariables("REQUEST_METHOD") = "POST") THEN Response.Write("Profile updated!") End IF %>
No luck so far. Info is being updated but no message.
Any clues? Help appreciated []