Показать сообщение отдельно
  #3 (permalink)  
Старый 19.07.2010, 00:02
Новичок на форуме
Отправить личное сообщение для shoblin Посмотреть профиль Найти все сообщения от shoblin
 
Регистрация: 18.07.2010
Сообщений: 3

Вот
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />

<title>Untitled Doqwertycument</title>
	<script type="text/javascript" src="scripts/jquery.js"></script>
    <script type="text/javascript" src="scripts/jquery.form.js"></script>
	<link href="home.css" rel="stylesheet" type="text/css"> 
	 <script type="text/javascript">
	$(document).ready(function(){
	alert("qweertyty");
	$('#btmOtvCom').click(function(){
		alert("qwerty");
	});
});
    </script>
</head>

<body>
	<form id='frmNewCom' action='CatgComment.php'>
		<input name='mId' style='display:none' id='mId' value='".$items['mID']."'>
    	<p>Ник: <input name='NickName' id='frmNick' type='text' width='150' /></p>
       	<p>Комментарий:</p>
        <p><textarea name='TextComment' id='comText' rows='10'></textarea></p>
        <p><input id='btmOtvCom' type='button' value='Отправить' /></p>
    </form>
</body>
</html>
Ответить с цитированием