aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes building a html table, ID Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "building a html table, ID" Watch "building a html table, ID" New topic
Author

building a html table, ID

jite eghagha
Ranch Hand

Joined: Oct 06, 2006
Posts: 124
Th script below builds a table, but it doesn't give the table an id.

I need the DOM method to _setElementId(); to achieve




[ October 30, 2008: Message edited by: jite eghagha ]
[ October 30, 2008: Message edited by: jite eghagha ]
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
If you want to add an id, than add an id to your table element such as:
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: building a html table, ID
 
Similar Threads
How can I struts tag library with in javascript ?
DOM and adding a brand new select list
DOM scripting - new rows in a table
appendChild and IE problem
Create dynamic input text type in a table