Basically I have a table that I generating using javascript. I wrote a function to build the row and I call it a bunch of times with different parameters.
I know the individual functions work because I can pull them onto their own page and attach them to an onclick event with a button.
What I need to know is how to get the page to run the script/function when the page loads so the table is there when the user gets to the page.
I have tried using the onload event in the body tag but no luck so far.
Thanks in advance,
David