I'm having a quirk on one clients computer in all browsers - that when they submit information and click "save changes" sometimes it will save the data and other times it wont. I've never seen this problem or issue with any other client but was wondering if it's worth looking into java compatibility further?
I was using forms[0].buttons to determine existence of something. This uses the shortcut accessor method, whereas longhand you use forms[0].elements['buttons']
shortcut accessor is not defined as W3C method. What I'm wondering is if anyone else on the web has noticed a depracation of this method, as no other clients have complained about this code not working
I was using forms[0].buttons to determine existence of something. This uses the shortcut accessor method, whereas longhand you use forms[0].elements['buttons']
shortcut accessor is not defined as W3C method. What I'm wondering is if anyone else on the web has noticed a depracation of this method, as no other clients have complained about this code not working