J2JS
Home > Docs > Limitations

1. Browser Compatibility

  • HTMLImageElement.getWidth() and HTMLImageElement.getHeight() return a number, but are specified to return a String by W3C Dom Level 2.
  • For compatibility with IE6, checkboxes must be created in the following order:
    1. Create the input element and set its type to checkbox.
    2. Insert the element into the DOM.
    3. Set checked to true or false.
Last build on Sat Jan 03 11:06:48 CET 2009