<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type="text/javascript">
function Format(name) {
var name = name + ' user';
return name;
}
function newElem(name){
var content_block = document.getElementById('content');
var div=document.createElement("div");
div.innerHTML = Format(name);
content_block.appendChild(div);
}
</script>
</head>
<body>
<input id="name" type="text"/>
<input type="button" value="add name" onclick="newElem(document.getElementById('name').value)"/>
<div id="content"></div>
</body>
</html>
_____________
HTML, CSS (Bootstrap), JS(JQuery, ExtJS), PHP, MySQL, MSSql, Posgres, (TSql, BI OLAP, MDX), Mongo, Git, SVN, CodeIgnater, Symfony, Yii 2, JiRA, Redmine, Bitbucket, Composer, Rabbit MQ, Amazon (SQS, S3, Transcribe), Docker