Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. javascript table cell value

javascript table cell value

Scheduled Pinned Locked Moved ASP.NET
javascripthelp
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    icanmakeiteasy
    wrote on last edited by
    #1

    Hi, please help me... my javascript code is var tdValue = TableId.cells(0).innerText; it's working in IE Browser but not in other browsers like mozilla... thanks in advance

    icanmakeiteasy

    A N I 3 Replies Last reply
    0
    • I icanmakeiteasy

      Hi, please help me... my javascript code is var tdValue = TableId.cells(0).innerText; it's working in IE Browser but not in other browsers like mozilla... thanks in advance

      icanmakeiteasy

      A Offline
      A Offline
      Anurag Gandhi
      wrote on last edited by
      #2

      Try .innerHTML

      Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.

      I 1 Reply Last reply
      0
      • A Anurag Gandhi

        Try .innerHTML

        Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.

        I Offline
        I Offline
        icanmakeiteasy
        wrote on last edited by
        #3

        No innerHTML also not working

        icanmakeiteasy

        1 Reply Last reply
        0
        • I icanmakeiteasy

          Hi, please help me... my javascript code is var tdValue = TableId.cells(0).innerText; it's working in IE Browser but not in other browsers like mozilla... thanks in advance

          icanmakeiteasy

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          Use textContent in Mozilla. Always use Mozilla's error console to know why something is not working.

          Navaneeth How to use google | Ask smart questions

          I 1 Reply Last reply
          0
          • N N a v a n e e t h

            Use textContent in Mozilla. Always use Mozilla's error console to know why something is not working.

            Navaneeth How to use google | Ask smart questions

            I Offline
            I Offline
            icanmakeiteasy
            wrote on last edited by
            #5

            i have tried this one tooo... i did not get it

            icanmakeiteasy

            1 Reply Last reply
            0
            • I icanmakeiteasy

              Hi, please help me... my javascript code is var tdValue = TableId.cells(0).innerText; it's working in IE Browser but not in other browsers like mozilla... thanks in advance

              icanmakeiteasy

              I Offline
              I Offline
              icanmakeiteasy
              wrote on last edited by
              #6

              alert(Tableid.rows[0].cells[0].firstChild.textContent); this is working

              icanmakeiteasy

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups