RE: FN-FORUM Showing and hiding rows in a table
date posted 12th October 2001 11:54
Don't worry. I've sorted this out myself.
Solution if anyone's interested -works a treat -
function ShowRelDocs(lngDocID) {
var tagid,i;
tagid = 'reldocs' + lngDocID;
for(i=0; i |