ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


falt is undefined error in Insert Image Popup


  • 2005-10-21 01:41:57

    falt is undefined error in Insert Image Popup

    i could not find the old thread, but there was an error in with HTMLArea's Insert Image pop-up window...
    when i click OK, i get an error (in Internet Explorer) - "f_alt is undefined"

    i sort of fixed it by editing:
    /jscripts/htmlarea/popups/insert_image.php
    look for this line:
    {[b]function onOK() [/b]
    and then below it, insert:
    [b]f_alt = " ";[/b]

    cheers...

  • 2005-10-21 01:43:12

    correction:

    correction:
    [b]function onOK() {[/b]