type on my part on posting. I did have
getElementById.
Problem is that the getElementById function
has to have a valid Table Name (or rather ID),
and typeof doesn't seem to work for Tables.
My solution for now will be to imbed a HIDDEN
element within the table that I CAN reference
with typeof, ie:
<INPUT TYPE="HIDDEN" NAME="EXISTS3" VALUE="">
Then do a typeof document.FORM1.EXISTS+i If it
exists, then it's table exists
If anyone can think of another easy method, I'll
try it.
Thanks
George