AJAX ModalPopup To Confirm Dropdownlist Change

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Hi,

i'm trying to get an AJAX modalpopup to confirm if a user really wants
to change a dropdown list value (on the client side) -- if they choose
'No' in the popup, the dropdown list value should stay the same.

anyone know how to accomplish it? i can get the popup to come up on
the onchange, but i'm not sure how to go about to revert the value if
they choose no. even if i put 'return false' in the onchange of the
dropdown, it ignores it and still changes...

thanks!
 
Hi,

i'm trying to get an AJAX modalpopup to confirm if a user really wants
to change a dropdown list value (on the client side) -- if they choose
'No' in the popup, the dropdown list value should stay the same.

anyone know how to accomplish it?   i can get the popup to come up on
the onchange, but i'm not sure how to go about to revert the value if
they choose no.  even if i put 'return false' in the onchange of the
dropdown, it ignores it and still changes...

thanks!

http://forums.asp.net/t/1062546.aspx
 
Back
Top