Форум АНТИЧАТ

Форум АНТИЧАТ (https://forum.antichat.xyz/index.php)
-   PHP, PERL, MySQL, JavaScript (https://forum.antichat.xyz/forumdisplay.php?f=37)
-   -   Кнопка обновить (https://forum.antichat.xyz/showthread.php?t=67380)

Graf I 15.04.2008 16:53

Кнопка обновить
 
Неподскажете какой скрипт надо вставить, чтобы при нажатии кнопки или ссылки, станица обновлялась.

astrologer 15.04.2008 17:06

Код:

<input type="button" onclick="document.location.reload()" value="Обновить" />

Sn@k3 15.04.2008 17:09

PHP код:

if($_GET['$na']) { echo'<META HTTP-EQUIV=Refresh Content="0;URL=index.php">';  } 

еще

<a href=javascript:document.location.reload()>aaaaaa</a>

ZET36 15.04.2008 17:17

и через history можно


<a href=javascript:history.go(0)>bbbb</a>

Graf I 15.04.2008 17:19

Спасибо


Время: 16:30