HOME   >   Javascript Functions


Javascript focus Function
Form Handling in Javascript

A JavaScript tutorial for the absolute beginner. Contails numerous examples along with expalnation and source code. This page shows how to validate usier input in forms using JavaScript at the client side

JavaScript: Focus to an Text Input

Currently I am taking a value from a text box, validating that it is a known value(only certain values can be entered), then if it is not within the select box I add the value to the select box,...

JavaScript: Focus and Blur

I need a way so that: onfocus f = 1 onblur after 10 seconds of being blured then f=0 so the if is focused within that 10 sec f is still 1.

Jump Focus with Form Elements

When the user enters a specific amount of text, the form jumps to the next element all by itself.

Web Developer's Journal - Tips on Web Page Design, HTML, Graphics and Development Tools

Tips on Web page design and development, HTML, graphics, scripting, favicon, development tools, Java, sql basics, building web sites, and much more for developers.

JavaScript Events

JavaScript Events are items that transpire based on an action. A document event is the loading of an HTML document. A form event is the clicking on a button. Events are objects with properties.

JavaScript Window Object

The JavaScript Window Object is the highest level JavaScript object which corresponds to the web browser window.

Scroll To previous focus element on the page - The Code Project - JavaScript

Scroll To previous focus element on the page when the same page returned from the server.

Keep focus after submit - JavaScript

Keep focus after submit, a discussion topic in our JavaScript forum. Join us for more discussions on software, scripts, programming, JavaScript and Keep focus after submit.

focus() - JavaScript

focus(), a discussion topic in our JavaScript forum. Join us for more discussions on software, scripts, programming, JavaScript and focus().

The JavaScript Diaries: Part 8/Page 2 - webreference.com

This is an ongoing JavaScript tutorial. It covers JavaScript from the very beginning. This installment takes a look at the JavaScript window object methods.

ASP.Net javascript "focus" method needs to be called twice??

Talk about ASP.Net javascript "focus" method needs to be called twice??

RealObjects: 1.12 How can I return the focus to a form field after edit-on Pro requested it?

RealObjects is a manufacturer of standards-oriented, cross-platform software tools for content authoring and electronic publishing with XML/HTML and PDF. The products include edit-on Pro and PDFreactor.

Simple Tricks for More Usable Forms [JavaScript & AJAX Tutorials]

Web developers loathe the task of building forms almost as much as users loathe having to fill them in. Simon explains how some smart JavaScript and intelligent CSS can help remedy the situation.

adding focus to login form with javascript- help with errors [Archive] - Mambo - A PHP & MySQL Content Management System

[Archive] adding focus to login form with javascript- help with errors General Questions

ONDotnet.com -- Enhancing ASP.NET Pages with JavaScript

A sprinkling of JavaScript code can enhance the reach and responsiveness of your ASP.NET web pages, without sacrificing ASP.NET's secure, server-based model for your coding. Matthew MacDonald, author of ASP.NET in a Nutshell, 2nd Edition, shows you...

O'Reilly Network -- Cooking with JavaScript & DHTML

In this first sample recipe excerpted from JavaScript & DHTML Cookbook learn how to use auto-tabbing for fixed-length text boxes. And check back to this space over the next several weeks for more sample recipes covering arrays and objects, browser feature...

JavaScript focus problem - ASP Free

JavaScript focus problem- HTML, JavaScript And CSS Help. Visit ASP Free to discuss JavaScript focus problem

Controlling Data Entry Using Form Fields

How can you automatically jump to another field once the current field has been competed. For example, when entering a telephone number into separate one character sized form fields? Why you might want to do this is not important. How to do it, caused a fair bit of head scratching here at irt.org when asked to raise to the challenge. This article explains the reasons why it isn't as easy as it might first appear, and shows a fully working example at the end. By Martin Webb.

Getting Focused - and a Quick JavaScript Lesson @ COLDFUSION DEVELOPER'S JOURNAL

You visit a Web site that offers a form inviting you to enter some input. No big deal - we see them all the time, right? But do you move your cursor to that first data entry area using the mouse? Or are you, like me, a keyboard maven - in which case you find that often you have to hit the tab key several times before you can enter data?

Web Hosts Online

Hosting Directory: Web Hosts Online offers a searchable database of web hosts and web hosting plans along with specialty showcase categories.

JavaScript Form Validation

Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building.

Matt Stanton's CyberEFL | Script for a Short-Answer Question |

Explains a function that uses the substring() method to return a student's guess at a word minus the incorrect letters. A useful intermediate scripting lesson for educators.

Community for Webmasters & Developers - FAQ: Pop-up windows FAQ

The Web Xpertz Community Forums for Webmasters & Developers are community-based support forums for webmasters to get assistance for their sites and projects in the areas of coding, scripting (both server-side and client-side), site reviews, site promotion, and general peer support.

Intranet Journal: JavaScript By Example

Intranet Journal presents this unique collection of current and archived feature articles.

Can't get myWindow.focus() to work - Dev Articles

Can't get myWindow.focus() to work- JavaScript Development. Visit Dev Articles to discuss Can't get myWindow.focus() to work

RE: cgi-perl: embedding javascript in cgi-perl :: ASPN Mail Archive :: perl-win32-admin

ActiveState Open Source Programming tools for Perl Python XML xslt scripting with free trials. Quality development tools for programmers systems administrators database administrators network administrators and webmasters

JavaScript Kit- DOM Element methods

Click here for a complete JavaScript Reference, including array, string, document. window, and more.

Multiple "onLoads" on <body> tag?

Multiple onLoads on body tag? was asked on the ColdFusion Technical Talk (CF-Talk) mailing list.

AJAX and Screenreaders: When Can it Work? [JavaScript & AJAX Tutorials]

Chalk and cheese. Oil and water. For all the recent talk about AJAX, no one has fully explored whether these analogies can justly be applied to the combination of AJAX and screenreaders ... until now. In this insightful report, James reveals the results of independent tests he has conducted using AJAX scripts in a variety of screen reader software. The results are sure to surprise you!