I have a form w/a lot of fields most are text but some are select. I have a function that opens another page in a hidden frame that updates my database via asp. rather than call that function by hitting a button I want to update the databse eachtime the user leaves a field. I tried adding onBlur="updateDatabase()" to each text and onChange... to each select. for some reason this gets into a loop of updating the database and I have to ctrl + alt+del the page to stop it. Anyone have any good guesses as to what is going on and/or what is the best way to acomplish what I want this to do?
thanks in advance,
Michael




Reply With Quote