Terminology & Miscellaneous

Web Page/Page Multimedia documents(a document contains information in the form of text, image, audio, animation, video etc) when formatted and annotated with the Hypertext Markup Language (HTML) which mainly includes hypertext, hypermedia etc. are called web page. Typically, Web Pages are named or identified using URLs (Uniform Resource Locators). Web Read more…

Loading

Misc. Codes in JS

Example : How to Use/Call External JavaScript file in an HTML Page. Example : How to move the cursor in the next HTML element/control/box by pressing Enter key/button [Enter Key Event]. Example : How to redirect/forward web page using Java Script [Redirect Page]. Example : A JS program/code segment to Refresh or Auto Refresh Read more…

Loading

JS Functions

Definition Function is a named block of statements which can be executed/used as per need again and again in the program simply by writing its name and can return some value. Features It is useful in making a program modular and understandable. Parameters : The arguments received by the function Read more…

Loading

JS Events

Introduction JavaScript’s interaction with HTML is handled through various events that usually occur when the user or the browser manipulates a web page. Definition An event is an activity associated with certain manipulation occurring with a web page. Features Events are a part of the Document Object Model (DOM) Level Read more…

Loading