
17.04.2010, 11:29
|
|
Участник форума
Регистрация: 01.01.2009
Сообщений: 138
Провел на форуме: 817404
Репутация:
82
|
|
PHP код:
<html>
<body>
<input name="id" type="text" id="id" />
<br />
<input type="button" onclick="document.getElementById('id').value = 'ЛОЛ'" value="Кнопко1" /><br />
<input type="button" onclick="document.getElementById('id').value = 'Трололо'" value="Кнопко2" /><br />
</body>
</html>
|
|
|