<!DOCTYPE html>
<html>
<head>
<meta charset="windows-1251">
<title>Вот так вот </title>
</head>
<body>
<style type="text/css">
#element {
width: 800px;
height: 500px;
padding: 50px;
border: solid 5px black;
margin: 5% 5%;
position: relative;
}
.alert {
width: 180px;
height: 150px;
border: solid 3px black;
position: absolute;
left: 10px;
top: 400px;
margin: 5px;
}
</style>
<div id="element">
<input style="width:70px;height:70px; margin: 1px 700px"; type="image" src="add.png" name="myButton" onclick="add()" id="" />
<script type="text/javascript">
function add() {
var image= {
className : "alert",
id : "qwe",
innerHTML:"<img src="1.jpg" style=height:100%; width:100%; >",
}
}
</script>
</div>
</body>
</html>
Как отобразить объект image в блоке в блоке div?