ventura
07-08-2003, 12:23 AM
is there a way to set the cursor to be at a certain point in a text area when the page is loaded?
i have a prefilled text area and want the cursor to show up after the text inside of it.
<html>
<body>
<form name="form1" id="form1">
<textarea name="field1" cols="60" rows="10" id="field1">I want the cursor to show up after this line. </textarea>
</form>
</body>
</html>
i have a prefilled text area and want the cursor to show up after the text inside of it.
<html>
<body>
<form name="form1" id="form1">
<textarea name="field1" cols="60" rows="10" id="field1">I want the cursor to show up after this line. </textarea>
</form>
</body>
</html>