Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: b00ger
  • Content: Threads
  • Order by date
  1. b00ger

    Sticky title row that remains at the top of a table as you scroll.

    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...
  2. b00ger

    Creating a Hyperlink Node

    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...
  3. b00ger

    Dynamically updating DOM Objects

    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...
  4. b00ger

    Dynamically updating DOM Objects

    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...

Part and Inventory Search

Back
Top