Onfocus and onblur, PHP Web Programming

Assignment Help:

The onFocus event handler executes the mentioned JavaScript code or function on the occurrence of a focus event. It is while a window, frame or form element is given the focus. It can be caused through the user clicking on the current frame, window, or form element, using the TAB key to cycle through the several elements on screen, or a call to window .focus method. Be aware that assigning alert box to object's onFocus event handler will result in recurrent alerts as pressing the 'OK'

<SCRIPT LANGUAGE="JAVASCRIPT">

s1 = new String(myform.myText.value)

function changeVal() {

s1 = "I'm feeling focused" document.myform.myText.value  = s1.toUpperCase()

}

</SCRIPT>

</HTML>

2452_OnFocus and onBlur.png

Figure: Using the onFocus Method

onblur = script

The onBlur event handler executes the denoted JavaScript code or function onto the occurrence of blur event. This is while a window, frame or form element loses focus. It can be caused through the user clicking outside of the current window, frame or form element, using the TAB key to cycle through the several elements on screen, or by a call to the window.blur method.

The onBlur event handler employee the Event objects properties. type - this property denote the type of event. target - this property denote the object to which the event was sent originally.

The following instance illustrate the use of the onBlur event handler to ask the user to check that the details given are correct. Note the first line is HTML code.

<HTML>

<HEAD>

</HEAD>

<BODY>

<FORM NAME = "myform" >

Enter email address <INPUT TYPE="text" VALUE="" NAME="userEmail" onBlur=addCheck( )>

</BODY>

<SCRIPT LANGUAGE="JAVASCRIPT">

function addCheck() {

alert("Please check your email are correct before submitting")

}

</SCRIPT>

</HTML>


Related Discussions:- Onfocus and onblur

We need help in reputation on google need seo, We need help in Reputation o...

We need help in Reputation on Google Need SEO We have a bad criticism on the ripoffreport.com on google page 1 position 2. We want to have it pushed back to page three or more.

Want a professional mangeto site by an expert developer, Want a professiona...

Want a professional Mangeto site by an expert developer We want a professional looking site built on Magento. It will be a responsive & adaptive design. Products informati

Help needed with blog setup, Help Needed with Blog Setup, Links, Pages and ...

Help Needed with Blog Setup, Links, Pages and General Finalization Want help finalizing all links all around darlenekujanek.com. 1) Internal page linking 2) Setting up add

Working with images in html, Now let us make our web pages more exciting th...

Now let us make our web pages more exciting through putting in images. You indicate an image along with the (image) tag. Previously in this unit, on a page disp

I need help of php expert to change in website, I need help of PHP Expert t...

I need help of PHP Expert to change in website We have an existing code base that needs a new programmer asap. Small tasks as well as bigger projects required not looking for a

I need help in project development, I need help in Project development - Pl...

I need help in Project development - Planning, Design, Development We want a company for 3 tasks 1) brainstorming as well as improving our website plan. (Mainly our income so

Want help in magneto multi-vendor store, Magneto multi-vendor store We a...

Magneto multi-vendor store We are looking for a Magneto multi-vendor store. We need a developer that has already developed the same type of site therefore that we can edit & twe

File transfer protocol, FTP (File Transfer Protocol), a standard Internet p...

FTP (File Transfer Protocol), a standard Internet protocol, is the simplest way to exchange files among computers on the Internet. Similar with the Hypertext Transfer Protocol (Hyp

We want a very skilful wp theme bug fix, WordPress theme bug fix We inst...

WordPress theme bug fix We installed a bought WP theme It was working acceptable at the beginning Most probable for the reason that of WP upgrades or other plugin upgrades

Produce an E-Commerce Website for a Company, Produce an E-Commerce Website ...

Produce an E-Commerce Website for a Company Task Produce an e-commerce website for a company of your own choosing. You do not need evidence of their input but may need

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd