Hi everyone,
thanks for viewing my post. I'm trying to create a row that will be placed at the top of my table that will remain fixed at the screen and won't scroll with the rest of the table. A similiar method I know how to do in an excel spreadsheet when you freeze a pane so it sticks in...
mwolf00, thanks for your reply. do you know the attribute to assign the text to the link, that is, what you click on when viewing the link on the page. do you append a text node to it? thanks again!
I'm trying to create a hyperlink node and append it as a child to a table cell. I've sucessfully appended a text node to the table cell using document.createTextNode() and appending it using the myCell.appendChild(myTextNode), but I cannot figure out how to put a hyperlink there. Any help would...
oops, forgot to note that i commented out the append section of the setCell method so I could try to test the removeChild portion of the function. I still can't get it to work, maybe I should be using replaceChild instead of removeChild and then appendChild. I'm going to go try that.
Thanks again!
Thanks for your response, theboyhope and sorry about the duplicate thread.
I've actually almost got my function working, but I can't successfully get the function to OVERWRITE the current content of the cell, I can only get it to APPEND it to the text that is already there. Here is the bare...
Hello everyone,
I was wondering if there is a simple way to dynamically update a DOM object like a table cell. I basically want to have a few buttons and when a button is clicked (onclick) it sets the text of a certain table cell to a particular string and color. I've tried to create a function...
Hello everyone?
I was wondering if there is a simple way to dynamically update a DOM object like a table cell. I basically want to have a few buttons and when a button is click (onclick) it sets the text of a table cell to a particular string with a particular color. I've tried to create a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.