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

Basic attributes of html, These all are attributes of the tag. The followi...

These all are attributes of the tag. The following instance explains each of these attributes. TARGET = "_blank

Zoho crm php task, Zoho CRM php task I want a coder to code a script tha...

Zoho CRM php task I want a coder to code a script that uses the Zoho CRM API. I want all the methods, accounts, cases, lead and so on. Manageable by a function or class. Desi

Design a web page which provides links to five websites, 1. Following is th...

1. Following is the code to design a Web page which provides links to five distinct Web sites. Link to five distinct Web sites &l

I am looking for a programmer who can implement my mockups, BigCommerce ful...

BigCommerce fully responsive design implementation I am looking for a programmer who can implement my Mockups on my BigCommerce shop. Requirement- a) You write clean code

We are looking for concrete 5 developer, We are looking for Concrete 5 Deve...

We are looking for Concrete 5 Developer We are seeking someone to partner with your support our small business clients with developing websites using a CMS platform, preferably

We need to create a localization tool to organise multiple, We need to crea...

We need to create a localization tool to organise multiple planning The web based tool must do the follow Import excel sheet where you have a list of n events with at least t

Need small five page website in wordpress, Small five page website in wordp...

Small five page website in wordpress (PSD I will supply of each page) I want to develop a small website in wordpress with required these tasks. I will source all pages design in

Thead - tbody - tfoot, mentions that a group of rows are the header rows at...

mentions that a group of rows are the header rows at the top of the table. specify that a group of rows are body rows. specify that a grou

Need help in a rent a snow scooter site, Rent a snow scooter site I need...

Rent a snow scooter site I need an html/css and php developer for a project of snow scooter rental site. Entirely graphical design of subpages will be provided. I only want a pr

Need help from senior website coder wordpress, Need help from Senior Websit...

Need help from Senior Website Coder wordpress A marketing firm for international brands. Job Description- We're seeking for a Web Developer. Your responsibilities- I'm

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