Might also want to try using a "Button" input type instead of submit and using the JavaScript void(0) method that CharcoalGray99 is using to send requests to the player without refreshing the page. You would basically build up the request string on your own through a js function, and request it.

I bet if you look at cg99's js include file, you'll see an example of this.

Chris