Demo of textarea box with autofocus





HTML

<TextArea name='txtArea1' rows="3" cols="70" ></TextArea><br><br>
<TextArea name='txtArea2' rows="3" cols="70" autofocus></TextArea>
<?Php
echo "</div><div class='col-md-4'>";
require "templates/side_for_ad.php";
echo "</div></div>";
require "../../templates/temp1/analytic-only.php";
?>