<script language="JavaScript" type="text/javascript">
<!--
function joinDesc(desc) {
var descs = new array("Your forename. Maximum 50
characters.");
}
// -->
</script>
<input type="text" name="forename" value=""
onmouseover="joinDesc(0);">
I get the error "Error: array is undefined on line 11".
Thanks,
Keiron