onload events not validating xhtml 1.0 trans

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

  1. #1

    Default onload events not validating xhtml 1.0 trans

    i'm running into this same issue. dreamweaver is inserting 'onload'
    events/attributes on my <div> and <iframe> elements and the xhtml 1.0
    transitional dtd doesn't like this. keep in mind, that my 'onload' attributes
    are all lower case (as required by the dtd) and not 'onLoad', which throws a
    seperate validation error. apparently, the dtd does not recognize 'onload'
    attributes for <div> and <iframe> elements... does any one have a solution for
    this? it's extra frustrating because these are the only two errors i'm getting
    on my page and i'd like to resolve it asap.
    [url]http://s119393551.onlinehome.us/home/ellipticaltrainers/x6200hrt/[/url] errors are
    occurring on lines 185 and 188.... why does dreamweaver insert invalid markup?
    please help!!!

    Asleepwheel Guest

  2. Similar Questions and Discussions

    1. validating datagridtextboxcolumn textbox, validating event fire twice, why?
      Anyone has the same experience? I am trying to validate one of the textboxes inside a datagrid, but everytime when i click my mouse on another...
    2. Trans slide show
      :confused; Hi I am confused with Trans slide show. It does'nt work for me. Can anybody help?? Is my code correct??
    3. [ANNC] Trans Linked Slideshow updated
      The Trans Linked Slideshow extension has just been updated: * NEW: possibility to let an auto-playing slideshow display the slides in random order...
    4. How to stop resync of trans metadevice
      I'm running Solaris 2.6 on an Enterprise 250 and have the following trans metadevice setup: d68: Trans State: Hard Error To Fix: Please refer...
    5. First Time Trans Error Control -- Help Please
      I have coded the following in a stored procedure. --------------------------------------------------------------START CREATE PROCEDURE...
  3. #2

    Default Re: onload events not validating xhtml 1.0 trans

    Because DW's kak, that's why ;) I'd just move those onloads into the body
    tag - should validate, and I should think it'll give you the desired effect.


    Asleepwheel wrote:
    > i'm running into this same issue. dreamweaver is inserting 'onload'
    > events/attributes on my <div> and <iframe> elements and the xhtml 1.0
    > transitional dtd doesn't like this. keep in mind, that my 'onload'
    > attributes are all lower case (as required by the dtd) and not
    > 'onLoad', which throws a seperate validation error. apparently, the
    > dtd does not recognize 'onload' attributes for <div> and <iframe>
    > elements... does any one have a solution for this? it's extra
    > frustrating because these are the only two errors i'm getting on my
    > page and i'd like to resolve it asap.
    > [url]http://s119393551.onlinehome.us/home/ellipticaltrainers/x6200hrt/[/url]
    > errors are occurring on lines 185 and 188.... why does dreamweaver
    > insert invalid markup? please help!!!

    rob::digitalburn Guest

  4. #3

    Default Re: onload events not validating xhtml 1.0 trans

    Are you applying behaviors to your <div> or <iframe> tags?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "rob::digitalburn" <rob@digitalburn.net> wrote in message
    news:d2evfi$pp7$1@forums.macromedia.com...
    > Because DW's kak, that's why ;) I'd just move those onloads into the body
    > tag - should validate, and I should think it'll give you the desired
    > effect.
    >
    >
    > Asleepwheel wrote:
    >> i'm running into this same issue. dreamweaver is inserting 'onload'
    >> events/attributes on my <div> and <iframe> elements and the xhtml 1.0
    >> transitional dtd doesn't like this. keep in mind, that my 'onload'
    >> attributes are all lower case (as required by the dtd) and not
    >> 'onLoad', which throws a seperate validation error. apparently, the
    >> dtd does not recognize 'onload' attributes for <div> and <iframe>
    >> elements... does any one have a solution for this? it's extra
    >> frustrating because these are the only two errors i'm getting on my
    >> page and i'd like to resolve it asap.
    >> [url]http://s119393551.onlinehome.us/home/ellipticaltrainers/x6200hrt/[/url]
    >> errors are occurring on lines 185 and 188.... why does dreamweaver
    >> insert invalid markup? please help!!!
    >
    >

    Murray *TMM* 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