I am trying to dynamically create a table using Javascript. I will start by telling you what i have done. I am modifying a html page that has picture thumbnails on it. I drag the thumbnail pictures to a drop box. The pictures are added to an array. When a button is pressed I hide the current div and show the div that contains my cart. I have the thumbnails show up starting in the upper left corner without using a table. At this point I have all of this working. The problem I have is I need to be able to place the thumbnails above some other information that can be linked to the thumbnail. The information will be check boxes, radio buttons, and text fields. When that problem is solved I send the information to me in email form. I am using a for loop and appendChild to display the thumbs. I think I can still use this method, but need help setting up the table. Thanks
kammphoto 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.