Hi can some one please tell me whether I’m missing something in the following code which result in not showing up the hidden table? Thanks for looking.
echo("<SCRIPT LANGUAGE='JavaScript'>document.getElementById('tblmain').style.display = 'block';</SCRIPT>");
Wouldn’t it be BY FAR easier and more reliable to simply have
so you’re not dependent on JS being available?