Share

AJFORM - AJAX Javascript Toolkit

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

AJForm doesn't work in IE7

You are viewing a single message from this topic. View all messages.

  1. 2009-02-11 21:30:53 UTC
    For anyone that might still be stumbling over this, there appear to be two issues in the source. The first major one is the use of the reserved word 'debugger' ~line 314 in ajform.js:

    debugger : _debugger

    You should be able to either delete this line or rename it, i.e.,

    debugit : _debugger


    Second issue is near the top of the same file. IE doesn't always like a trailing comma, so remove it from this line:

    'NO_CALLBACK' : 5 ,



    Hope this helps someone.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.