Показать сообщение отдельно

  #2  
Старый 13.09.2003, 10:11
Algol
Регистрация: 29.05.2002
Сообщений: 1,793
Провел на форуме:
2050916

Репутация: 0


По умолчанию

Делай так:

<html>
<head>
<title>123</title>
</head>
<body>

<img src="javascript:document.msg.onsubmit=functio n(){alert();return true;};">

<form action="localhost" method="POST" name="msg">
<input type=submit name="s">
</form>

</body>
</html>
 
Ответить с цитированием