Results 1 to 3 of 3

Thread: Bug in IE6?

  1. #1

    Thread Starter
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032

    Bug in IE6?

    Should not the following cause "AddNew=AddNew" to be added to the query string, not "AddNew=Add"? Mozilla and Opera get it right...

    Code:
    <button type="submit" style="margin-right: 20px;" name="AddNew" value="AddNew">Add</button>
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  2. #2
    scoutt
    Guest
    just might be

    ** In Internet Explorer 4.0, submitting a form would only submit the 'innerText' content of the BUTTON (the text content of the element.)
    ** In Internet Explorer 5.0, submitting a form submits the contents of the VALUE attribute of the BUTTON if it is present. If it is not, the 'innerText' content of the BUTTON is submitted instead.
    ** In Opera 4.0, CSS attributes (%core%) and event handler attributes (%events%) are honored for this element, but none of the other attributes appear to have any effect at all.
    also

    push buttons: Push buttons have no default behavior. Each push button may have client-side scripts associated with the element's event attributes. When an event occurs (e.g., the user presses the button, releases it, etc.), the associated script is triggered.
    Authors should specify the scripting language of a push button script through a default script declaration (with the META element).

  3. #3

    Thread Starter
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    ???

    As it works in Mozilla and Opera, and the W3C seems to confirm my code, I'm convinced IE has a broken implementation.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

Posting Permissions

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



Click Here to Expand Forum to Full Width