Search URL redirect problem

You must be using an image button for your submit. It sends the x and y coordinates of where the button was clicked as well as any other get parameters. I would recommend using a standard submit button and then use CSS to replace it with an image. Alternatively if you don’t know CSS a button tag with an image inside it should work eg:

<button type="submit"><img src="https://wordpress.stackexchange.com/questions/29805/search-button.png" alt="search" /></button>