Hi All
Can you please let me know what is "NOBR"?
In following code:
function window.onload() {
BillingSpread.onkeypress = kpress;
BillingSpread.onmousedown = clickSpread;
}
function clickSpread() {
//it will check whether the click was on the tab or not
if (event.srcElement.tagName == "NOBR") {
alert("You Clicked on sheet tab");
}
Thanxs in advance