• 18-08-2019, 12:42:19
    #1
    Merhabalar;
    Amazon S3 için çalışan html yönlendirmekodu olan var mı ? Aşağıdaki kod çalışmıyor


    <html>
    <head></head>
    <body>
    <script>
    function url_query( query ) {
    query = query.replace(/[[]/,"[").replace(/[]]/,"]");
    var expr = "[?&]"+query+"=([^&#]*)";
    var regex = new RegExp( expr );
    var results = regex.exec( window.location.href );
    if ( results !== null ) {
    return results[1];
    } else {
    return false;
    }
    }
    var a = url_query('p');
    if( a ) {
    window.location.href = "http://www.google.com/?p=" + a;
    }
    </script>
    </body>
    </html>
  • 18-08-2019, 13:12:04
    #2
    <html>
    <head>
    <meta http-equiv="Content-Type" content ="text/html; charset=utf-8">
    <meta http-equiv="Refresh" content ="0; URL =burayalink">
    
    </head>
    <body>
    <a href = "burayalink"></a>
    </body>
    </html>
    Ben bu kodu kullanıyordum hocam bi deneyin isterseniz.