Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello
Can somebody guide me, how I can access table cells using javascript in multipart creation wizard. I have tried getElementById(), but it's getting failed.
Maybe try with document.getElementById("element_name")[0], document.getElementById("element_name")[1] and so on.
getElementById is not working for accessing table cell.
