Sorry
I rarely use Javascript and decided to play around with a help table which displays field/label related comments.
In order to save desktop space I have made the comments section so that the user can make the section visible or invisible. Have a problem with the following function when the section is invisible and am struggling to understand(due my complete lack of JS knowledge) how to include a check for the element being invisible!
Be grateful for any pointers
Ade
function showhelp(id){
document.getElementById("txtHelper").innerHTML = help[id];
}



Reply With Quote

Bookmarks