A quick glance at w3schools.com shows this:
The XMLHttpRequest object is a developers dream, because you can:
Update a web page without reloading the page
and that is exactly what I want to do. Again, thanks for the pointer!!!
Note to any others who have not seen http://www.w3schools.com - I've been practically living at that site for the last two weeks. They have excellent explanations of html, javascript, DOM, css, and more, including easy to use editable examples.
You can't believe how happy I am right now! Awesome!!!
How about posting the code changes you did, I mainly use POST , and would like to see if I could apply to my code
rather than refreshing page.