Html URL Redirection

ในที่นี้นำเสนอ Html URL Redirection 2 แบบได้แก่

แบบที่ 1.Redirect ธรรมดาก็ใช้ Code นี้ ใน head tag


<meta http-equiv="REFRESH" content="0;url=http://yoursite.com">

ถ้าต้องการให้หน่วงเวลาไว้ 2 วินาทีก็เปลี่ยนเป็น content="2;

แบบที่ 2.Redirect ออกแนว Black Hat คือ URL และ Heading คงเดิมแต่ Redirect
โดยใส่ code ด้านล่างนี้ ใน body tag


<iframe style='position:absolute;z-index:10;top:0;left:0;margin' width='100%' height='100%' scrolling='auto' marginwidth='0' marginheight='0' align='top' frameborder='0' SRC='http://yoursitehere.com' /></iframe>

0 Responses