Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default DOM Display

    Every time I code in Javascript, I get screwed up in trying to find the DOM
    path to the element I want to change. Is there some tool that will display the
    DOM tree down to an individual element for me?

    TIA

    Kogo Guest

  2. Similar Questions and Discussions

    1. Ad display
      is it possible to set a target link for outer one only. If any link in lower flash it should not call when we click.
    2. Multiple cfformgroup Accordion don't display in IE7Multiple cfformgroup Accordion don't display in IE 7
      Sorry for the double post, wasn't sure which category to post this question in. On FireFox 2.0.0.12 (Linux), the attach code displays two...
    3. Multiple DB Columns display in <cfselect display>
      *disclaimer* -- I'm a CF n00b. Hello all,
    4. CDE - Display
      Hi I have a Sun Solaris m/c with CDE. I have two monitors and right hand side display is in inverted mode. I would like to disable the invert...
    5. LG 700S monitor display does not work for 1024x768 display
      Hello, I have a LG 700S 17 inch monitor which does not work for the display setting of 1024X768 in Red Hat Linux 8.0. Has anyone of you having...
  3. #2

    Default Re: DOM Display

    Why don't you just find the element using
    document.getElementById('element_id'); ?



    Kogo wrote:
    > Every time I code in Javascript, I get screwed up in trying to find
    > the DOM path to the element I want to change. Is there some tool that
    > will display the DOM tree down to an individual element for me?
    >
    > TIA

    rob::db Guest

  4. #3

    Default Re: DOM Display

    I think this construct has limited cross-browser support. Am I wrong?
    Kogo Guest

  5. #4

    Default Re: DOM Display

    It's a part of the W3C's DOM standard from version 1 and above. Some old and
    crusty versions of Netscrape don't support it, but that's their problem
    really...


    Kogo wrote:
    > I think this construct has limited cross-browser support. Am I wrong?

    rob::db Guest

  6. #5

    Default Re: DOM Display

    If you really do want to see the DOM, WebTool from Iconico is a very useful
    tool though (handy in other ways too!).

    [url]http://www.iconico.com/webtool/index.aspx[/url]


    rob::db Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139