select
Method of dom/HTMLAnchorElementdom/HTMLAnchorElement
Syntax
var object = object.select();
Return Value
Returns an object of type DOM NodeDOM Node
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Notes
Remarks
Use this method with the focus method to highlight a field and position the cursor for a user response.
Syntax
Standards information
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]