在跳转的BUTTON或者HREF的ONCLICK EVENT上写JAVASCRIPT FUNCTION
function jump()
{
  top.location.href = newUrl;
}