Javascript Error In Add Method Using Ie8
I have a piece of code here which is working fine in FireFox, Chrome and InternetExplorer 9 but is not working in the InternetExplorer 8. I'm dealing with select boxes. var finalEx
Solution 1:
countryList.add()? I would use countryList.appendChild().
Post a Comment for "Javascript Error In Add Method Using Ie8"