Google AutoFill prevents text_changed event from firing in ajax updatepanel

  • Thread starter Thread starter Rissoman
  • Start date Start date
R

Rissoman

Hello,

I have an issue were I have a zipcode textbox in an atlas ajax
updatepanel. When you tab out of the zip textbox and the shipping is
calculated. I know this works perfect! Then a user informed me it
didn't and he is using google autofill, bad! Thus, I came to the
conclusion that autofill doesn't fire the text_change event when the
zipcode is filled into the text box. Is there a way to force autofill
to fire this text_change event? Or is the best solution to just
disable autofill for that specific webpage, if so how is this done?

I'd appreciate anyones feedback.

Thanks,

Risso
 
no. also IE's pick from a list also will not fire onchange. your page
should have a button to calc ship. also what do you do when javascript
is turned off?

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top