hi,i have some query related to ajax
i have one form i.e "create.asp" in which i have textbox and one div(where i show result)in which when i write some words and click on submit button call ajax javascript function which pass value to "result.asp" page where i get value and show in dropdown format in "create.asp" page through innerHTML......it works fine no problem
now i put one edit button next to dropdown which i get through ajax and want to edit that particular pharse which is in dropdown in "create.asp" page ....here i get problem i can't able to get dropdown value as i get dropdown through innerHTML