OK ,
First pardon the mess of typos. the code should be mostly free of
them but the post not so much.
Second noob question so again pardon . :D
What I am trying to do seems simple but eludes me . I have a form that
I wish to plop an on blur event on every input box, that takes the
value from the input that just got blurred and tosses it off to be
added to a data base. I am having no trouble attaching the blur event
or sending out the data when I have it but, I am a bit perplexed on
how to get the value from the right input. Not sure how the array is
handled when tossing it around like this.
Example : http://mooshell.net/9E4fL/ the x is just a place holder
as I have no clue what needs to go there at the moment.
Thanks in advance .