Help for this page

Select Code to Download


  1. or download this
    var uri = new String(document.location);
    if (uri.match(/\/\?$/)) {
    ...
        document.location = uri;
      }
    }