I am creating this blog mainly for my own purposes. I have been an Oracle Utilities Consultant (LODESTAR) for the last 6 years. The LODESTAR ASP framework is very poorly documented, so I will use this blog to save all my goodies and code snippets for later use.
If anybody else is getting any use out of this, please leave a comment.
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