Jump to content

milo_ais1

Learning
  • Content Count

    9
  • Joined

  • Last visited

Posts posted by milo_ais1


  1.  

    Dalam fail index.html tambah pada bahagian <head>

     

    <HEAD>
    <title>Your Page Title</title>
    <meta http-equiv="REFRESH" content="5;url=http://www.you.com/page2.html">

    </HEAD>

     

    Tulisan merah tu kena ubah ikut kesesuaian.

     

    Kalau fail index.php;

     

     

    
    

     

    <?php header("Refresh: 5;url=http://www.example.com/"); ?>
    <html>
    <head>
    <title>Redirects</title> <meta http-equiv="refresh" content="5; URL=http://example.com" />
    <script type="text/javascript"> window.setTimeout(function() { location.href = 'http://example.com'; }, 5000); </script>
    </head>
    <body> <p>Click here if you are not redirected automatically in 2 seconds<br /> <a href="http://example.com">Example.com</a>. </p>
    </body>
    </html>

     

    tq bro..ad tak cth website yg buat redirct? 

×
×
  • Create New...