Send variables via link without redirect

Is it possible to send variables via link in javascript without altering the users window?

Kind of like a redirect without actually redirecting the user.

What are you trying to do?

Ajax is the name given to the JavaScript mechanism for updating web page content from the server without reloading the page.