Hi, I would like to show a status label above all other HTML elements
when a certain function is fired. (for example: "Calculating..."
I tried playing with .zIndex, .Display="none" and .Visible properties
but none of the seem to be working for [web forms label] or Iframe (I
use IFRAME to show label above ActiveX control)
What is the easiest way for me to show hide information/status labels
on a web form?
document.getElementById("lblInfo").????
Thank you,
Sergey