Results 1 to 5 of 5
-
01-21-2016, 05:44 AM #1
How do you set the focus to the first form field?
You cannot do this with HTML. However, you can include a script after the form that sets the focus to the appropriate field, like this:
<form id="myform" name="myform" action=...>
<input type="text" id="myinput" name="myinput" ...>
</form>
<script type="text/javascript">
document.myform.myinput.focus();
</script>
-
06-25-2016, 11:07 AM #2
- Join Date
- Jan 2016
- Location
- Mumbai
- Posts
- 157
Re: How do you set the focus to the first form field?
Very informative post.
-
06-26-2016, 09:41 AM #3
- Join Date
- Jan 2016
- Location
- Mumbai
- Posts
- 148
Re: How do you set the focus to the first form field?
very knowledgable post.
-
08-02-2016, 07:37 AM #4
- Join Date
- Jan 2016
- Location
- Mumbai
- Posts
- 517
Re: How do you set the focus to the first form field?
I agree with this post.
-
09-13-2016, 10:26 AM #5
- Join Date
- Dec 2015
- Location
- Mumbai
- Posts
- 385
Re: How do you set the focus to the first form field?
Great post thanks for sharing.
Similar Threads
-
how many time should i mention my focus keyword?
By snehasharma in forum Search Engine Optimization (SEO)Replies: 2Last Post: 09-15-2015, 04:33 AM -
Focus 2015 Online Free Movie
By vvandana in forum General TalkReplies: 0Last Post: 02-18-2015, 02:47 AM -
Watch Movie Focus 2 Online 2015
By bobrequa in forum General TalkReplies: 0Last Post: 02-16-2015, 07:50 AM -
2015 SEO Strategy Must Focus On!
By Roopatg in forum Search Engine Optimization (SEO)Replies: 6Last Post: 01-13-2015, 09:27 AM
Bookmarks