Hi,
Is there a way to reference a table cell in a table that will have X amount of rows?
I want to use javascript preferably... The only methods I know of are "getElementById" and "getElementByName" - Problem is, since the cells are only known once the page is run, it is impossible to hardcode an Id OR a name before hand.
Any suggestions?
Thanks,
Ash