problem about selectedindex-Record and share programming errors


  • daddioJP
    javascript internet-explorer selectedindex
    I saw a few posts similar to my problem and tried the solutions offered, but I’m still having issues with IE8 & IE9 and ‘selectedIndex’. This code returns my variable answerSubmitted as ‘undefined’: var answerSubmitted = document.getElementById(“DropDown-Answers”).selectedIndex;The above works perfectly in all other browsers. Bas

  • Bakhera Ghani

  • Richard
    javascript select selectedindex
    I have this code and I keep getting undefined if I test the selectedIndex.alert(x.selectedIndex);So, setting it is also a problem.Does anyone possibly see what the problem is?//makes list off tags function ttyps_select(data,naamsel,selectid, containerid){if(!tty

  • Jeremy
    php drop-down-menu selectedindex undefined-index
    I am getting an Undefined index: for every ID which is over a thousand. I have tried everything to get the error to disappear and am hoping someone would be able to help. Please and Thanks in advance.$bamid is what is called from the page and it works. The error comes from this statement “$selected[$id]” which there are no errors if removed. Adding double or single quotes does not work.

Originally posted 2013-10-05 19:47:17.