
13.09.2003, 10:11
|
Регистрация: 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>
|
|
|