We have a JavaScript function named \"move\" which does just \"windows.location.href = any given anchor\".
This function works on IE, Opera and Safari, but so
sometime if you're using form to post data, this may happen.
if you're using ajax, try to change 'form' to 'div'.
this will prevent the default behavior of form and do your ajax code.