[thelist] [javascript (IE) ] setting designMode for multiple editable iframes

Marek Kilimajer kilimajer at webglobe.sk
Fri Jul 25 04:25:25 CDT 2003



Paul Bennett wrote:


>        // format iframe name
>        var i_name = 'iBody_'+i+'';
I think you need something like
var i_name = frames['iBody_'+i];
>        i_name = i_name.toString();
>        // THIS NEXT LINE BREAKS THE SCRIPT
> 
>        i_name.document.designMode = 'On';
> 




More information about the thelist mailing list