<!--//網址跳轉到ftp語法//-->
    <script type="text/javascript">
    $(document).ready(function() {
        //alert("1535315");
        //$('body').remove();
        $('body').empty();        
        var img_loading = "<img src='https://www.17life.com/images/17P/active/20171101/loading.gif'>";
        // Create text with HTML
        var txt2 = $("<p></p>").text("Text.");  // Create text with jQuery
        var txt3 = document.createElement("p");
        txt3.innerHTML = "Text.";               // Create text with DOM
        $("body").append(img_loading);
        $("body").append( "<p>loading</p>" ); 
        $("body").css('background-color','#fff');
        $('p').css({
            'text-align':'center',
            'color':'#08c'
        });
        $('img').css({
            'display':'block',
            'margin':'0 auto',
            'width':'40%'
        });
    });
    window.onload = function() {
        location.href = "https://www.17life.com/ppon/CreditCardOffers.aspx";
    };
    </script>                    
關閉