![]() |
|
|
+ Search |
![]()
|
Oct 23rd, 2001 03:32
vempati suresh, Rene Naplava,
<html>
<head>
<script>
function noOfRows()
{
alert(document.forms[0].TA.rows)
}
</script>
</head>
<body onLoad="noOfRows()">
<form>
<textArea name="TA" rows="10"></textArea>
</form>
</body>
</html>