How do I have the cursor focus to a text field on page load?

Biju Subhash on January 29 with 25 comments

Here I’m explaining how to focus cursor to a text field on page load. You can do this with several methods with a simple javascript code. For this, you have...

Javascript Reference – Alert();

Biju Subhash on January 7 with 0 comments

Alert() is a methord of the window object. Its display popup boxes with messages(‘Texts’) with OK button. Usage: alert("Hai Guest"); How to write text with multiple lines in an alert...