Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function() {
- $("body").css("display", "none");
- $("body").fadeIn(2222);
- $(document).keypress(function(e) {
- if(e.which == 13) {
- event.preventDefault();
- linkLocation = 'https://ournewlife.com/001/protected.php';
- $("body").fadeOut(2222, redirectPage);
- }
- });
- function redirectPage() {
- window.location = linkLocation;
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement