Results 1 to 4 of 4

Thread: How to convert Element ID to Text ??

  1. #1
    Join Date
    Jul 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to convert Element ID to Text ??

    Hi I am a newbie to JavaScripting

    I have a doubt .. How do i Convert the ElementID to String .

    I have to make some string Manipulations from then

    For example

    If the Element Id is menu2

    Then i get it using event.srcElement.id and store it in a variable x

    Then I have to convert this x value to menu2text

    and then I have to convert the string back to Id

    so that i can use menu2text.style.background property

    Is it possible .

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Sorry?
    How do i Convert the ElementID to String .
    It's already a string. You don't need to do anything.
    and then I have to convert the string back to Id
    It's still a string, and can be used as such with document.getElementById(), which you should be using anyway.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey Did it ....

    Thanx ,... I din think of using getElementById ...

    Thanx once again

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You shouldn't access objects by their ID or name as properties of the document object.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •