hello
i think i made small mistake in the following code
but i dont know what it is exactly:
<script language="JavaScript">
function doType(id,typewhat)
{
var doc=document.getElementById(id);
doc.innerHTMl = typewhat;
}
</script>
could u plz help??