Customer Center

Welcome back

My Account Logout
#4761
Anonymous
Inactive

Unfortunately, that is not seeming to work. Upon further investigation while using "Inspect element" feture of Interent Explorer, I can see that 1 attribute of the <A> tag is being changed via the click , I changed this "aria-expanded" from false to "true" , but still no luck, when the menu item is clicked the parent elemtn <LI> has its class name changed from class="ng-dropdown" to class="ng-dropdown open" not sure if this would work, but i was thinking if i could change the class name it might work, is it possible to do this? I attmepted it via web1.selected.setattibute, but it was no luck , cna I change all the innerHTML ?