Showing posts with label Html. Show all posts
Showing posts with label Html. Show all posts

Friday, October 18, 2013

HTML/xHTML, JS code Tester

<script type="text/javascript">
function preview()
{
var odiv=document.getElementById('outputdiv');
var idiv=document.getElementById('inputcode');
odiv.innerHTML=idiv.value;
}
</script>