Поправил
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Активные темы</title>
</head>
<body>
<a id='link' href='http://ya.ru/'><img src='http://www.overclockers.ru/images/Gigabyte_HD7870.jpg'></a><br>
<a href='http://google.ru/'><img src='http://www.overclockers.ru/images/preview/s0MUl3ZoBjWnEJFz.jpg'></a>
<form action="#" id="form" name="form">
<textarea id="Mytextarea" name="req_message" cols="40" rows="30"/>Some text here...</textarea>
</form>
<script type="text/javascript">
document.body.onload = function(){
var a=document.getElementById('link');
var b = document.getElementById('Mytextarea');
var div = document.createElement('div');
div.appendChild(a.cloneNode(true));
b.value=div.innerHTML;
}
</script>
</body>
</html>