What is the best way to attach information to a form submission via javascript. I have a form that requests latitude/longitude coordinates when you enter in an address (AJAX). I would like for that information to be attached to the form before the user hits submit (like a hidden field). How could I do this?
thanks feyd... that's exactly what i was looking for
Another question. I am building my first real javascript object. It will be created via the click of a button. I am kind of confused about how objects work in javascript... how would I create an instance of an object by clicking on a button?