Friday, January 16, 2009

Status Messages

Call the function ReportStatus(s) – this is just a simple formatted Response.Write function.

function ReportStatus(s) {
    Response.Write("<div class=StatusBox>" + s + "</div>");

}

No comments:

Post a Comment