Web hosting mysql - JavaScript Programmer’s Reference Warnings: . This is only
JavaScript Programmer’s Reference Warnings: . This is only available on Netscape and is therefore not recommended for use in deployable applications. MSIE generates a run-time error if you attempt to make a new Anchor object. See also: Anchor object, Anchor.host Anchor.accessKey (Property) A key that needs to be pressed before the anchor object will respond to data entry. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myInputObject.accessKey This is an extension that allows the anchor elements to be deadlocked unless a certain key is held down. On some browsers and operating systems, you may need to hold down one of the modifier keys for this to work. The modifier key required depends on the environment you are using. Warnings: . This is not supported in some versions of the MSIE browser on Macintosh. Anchor.blur() (Method) Remove input focus from the Anchor object. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 JavaScript syntax: -myInputObject.blur() This will trigger the onblur event handler function attached to the onblur property of the object.