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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Getting element by passing string in javascript

Getting element by passing string in javascript

Scheduled Pinned Locked Moved ASP.NET
javascripttutorial
2 Posts 2 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.
  • U Offline
    U Offline
    User 1804931
    wrote on last edited by
    #1

    Hi, In javascript is it possible to get the element by passing the string variable. Is there any way to do this.(I want to get it by passing a string variable only) Example. var ElementName ="ComboBox1"; this.form.getElementById(ElementName); Regards, Chakravarthy.v

    M 1 Reply Last reply
    0
    • U User 1804931

      Hi, In javascript is it possible to get the element by passing the string variable. Is there any way to do this.(I want to get it by passing a string variable only) Example. var ElementName ="ComboBox1"; this.form.getElementById(ElementName); Regards, Chakravarthy.v

      M Offline
      M Offline
      Mike Ellison
      wrote on last edited by
      #2

      As long as the your element's id attribute is set (for example, to "ComboBox1") then you can use var e = document.getElementById("ComboBox1"); to retrieve it in javascript.

      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