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...