Friday, May 4, 2012

Prevent Page from "jumping" on submit



One Solution:

<script type="text/javascript">
          window.scrollTo = function (x, y) {
              return true;
          }
</script>

No comments:

Post a Comment