alert function in JavaScript

window.alert() This function is used to display data in an alert dialog box. alert function really should be used only when you truly want to stop everything and let the…

Read more »

write function in JavaScript

document.write() This function is used to write arbitrary HTML and content into page. If we use this function after an HTML document is fully loaded, will delete all existing HTML….

Read more »

Javascript Beginner Part-1

Hi, I am going to introduce some examples on adding javascript with HTML pages. you can add javascript with the help of <script></script> tag within head or body section. Now,…

Read more »