Results 1 to 2 of 2

Thread: YIU color picker stopping form sumission in IE.

  1. #1
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default YIU color picker stopping form sumission in IE.

    1) Script Title: YUI color picker

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...cker/index.htm

    3) Describe problem:

    Just put this script on my dev site and it works fine in FF when filling form fields and then submitting as a form.

    However in IE7 it errors and the form will not submit. If I comment out the js supplied in the demo.htm file of the DD script the form submits,

    http://www.dynamicdrive.com/dynamici...icker/demo.htm

    so its something in that js code but I cant see what.

    Page on my site where script is:

    www.jempledev.com
    login: fandango
    pass: abc123

    then paste url below:

    http://jempledev.com/account/settings/design/


    Any help would be appreciated.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I haven't actually looked at your page yet, but in general, try removing the onsubmit event handler inside the form:

    Code:
    <form name="pickerform" onsubmit="return pickerUpdate()">
    DD Admin

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
  •