Сообщение от ksa
|
web-expanse, с объяснениями у тебя просто провал...
Начнем с этого варианта
<!DOCTYPE html>
<html>
<head>
<!--
<script src='http://code.jquery.com/jquery-latest.js'></script>
<link rel='stylesheet type=text/css href=tmp.css' />
-->
<style type='text/css'>
</style>
<script type='text/javascript'>
function ok(Obj) {
var o=document.getElementById('text');
var dlm=(o.value=='')? '': '\n';
o.value=o.value+dlm+Obj.value;
};
</script>
</head>
<body>
<form action = "" method = "post">
<div>
<input type="text" size="2" id="text1">
<input type="button" onclick="ok(this);" value = "Позиция 1" />
</div>
<div>
<input type="text" size="2" id="text2">
<input type="button" onclick="ok(this);" value = "Позиция 2" />
</div>
<div>
<input type="text" size="2" id="text3">
<input type="button" onclick="ok(this);" value = "Позиция 3" />
</div>
<div>
<input type="text" size="2" id="text4">
<input type="button" onclick="ok(this);" value = "Позиция 4" />
</div>
<div>
<textarea id="text" value = "" rows="10" /></textarea>
</form>
</body>
</html>
|
Пол задачи сделано, спасибо!
С объяснением да, чутка туговато