|
I have pretty much followed your article and converted the code presented to use ASP code and it works well. I do have one annoying issue.
When the name is typed and the onblur event is fired, a popup dialog on IE that warns the user with this message: 'This page is accessing information that is not under its control. This poses a security risk. Do you want to continue?'
Is there some way to block this message or does all browsers have this sort of thing built in?
The other question is, what about passing passwords - NON-SECURELY - using this code? I assume that this is easily handled via https:// connection, bypassing the need to do client-side encryption.
Other than that -- server-side processing is done without a round-trip page refresh and there is no noticeable client-side renderering and the response appears quickly, which is impressive.
Dan Thurman
|