We Recommend

ASP.NET 3.5 Unleashed ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.


Posted By

krisdb on 03/09/07


Tagged

ASP


Versions (?)


Success Message


Published in: ASP 


  1. Dim returnMsg
  2. returnMsg = "<div align=""center"" style=""color:blue"">Successfully updated</div>"
  3.  
  4. if (len(returnMsg) > 0) then
  5. response.write returnMsg
  6. else
  7. response.write "<span style=""visibility:hidden;"">&nbsp;</span>"
  8. end if

Report this snippet 

You need to login to post a comment.