I have put the following in my onmouseout event of a tablecell. Can anyone tell me what is wrong with it? I keep getting "Object doesn't support this property or method" and it looks good to me!
"javascript:var strHref=window.location.href; if (strHref.indexof('Tab1')!=-1){this.className='selected';} else {this.className='default';}"
Thank you!!!
Eva
"javascript:var strHref=window.location.href; if (strHref.indexof('Tab1')!=-1){this.className='selected';} else {this.className='default';}"
Thank you!!!
Eva