16:33

Простые редиректы.

posted under by mag | Edit This

Вот варианты простых редиректов.

1)

<script language='JavaScript'>
location.href='http://сайт.ru';
</script>
2)
<meta http-equiv="refresh" content="0; url=http://сайт.ru">
3)
<?php
header("Location: http://сайт.ru");
?>

Technorati Теги:

0 коммент.

Make A Comment
top