Quote:
Originally Posted by lethaeus
|
There is an error when we clic to add a message(comment), your should add the script in the header
Code:
<script language="javascript" type="text/javascript">
<!--
function clearBox(box) {
if(box.value==box.defaultValue) {
box.value = "";
}
}
//-->
</script>