<head runat="server">
<title>Untitled Page</title>
<script src="../js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
//Focus the second text box.
$("form :input[type='text']:first").focus();
});
</script>
</head>
No comments:
Post a Comment