@electronbender: Thanks for the catch - must have been totally brain-
dead when typing.

@all: Come to find out, the problem wasn't with Element.set('html',
'') at all. IE was actually choking due to the list structure already
in place. FF ignored the error completely but IE wouldn't stand for
it.

On Mar 19, 8:21 am, electronbender <[email protected]> wrote:
> and why are you setting the variable to it self? actionMenuString =
> actionMenuString;
>
> On Mar 16, 7:26 pm, David Hinckle <[email protected]> wrote:
>
> > Guys, I'm using mootools-1.2.1-core and still having problems with
> > Element.set('html','') in IE. The following (condensed from actual)
> > works fine in FF but chokes with 7.0:
>
> > if(customerEdit) {
> > actionMenuString = '<li><a id='+customerID+' class="editCustomerLink"
> > href="">Edit Account Data</a></li>';
>
> > }
>
> > if(customerDelete) {
> > actionMenuString = actionMenuString + '<li><a id='+customerID+'
> > class="deleteCustomerLink" href="">Delete Account Data</a></li>';
>
> > }
>
> > actionMenuString = actionMenuString;
>
> > $('workspaceActionMenu').set('html',actionMenuString);
>
> > Hope this makes sense... Does anyone have a SOLUTION???

Reply via email to