Hello all,
I have recently made an application in which I am using "innerHtml" to fill "option" of dropdown
document.getElementById('list').innerHTML=arr[0];
here "list" is the id of the <select>,
It is working fine on all browsers except IE7,
Please help me in this problem .
i know innerHtml don't work on IE7 , but what is the alternative to do this task ,
please help me



Reply With Quote

Bookmarks