How to fix div on the top of page using CSS
Now a days lot of websites are using this technique to enhance their look and feel. I have even seen these divs in most of the famous news portal which…
Now a days lot of websites are using this technique to enhance their look and feel. I have even seen these divs in most of the famous news portal which…
In this tutorial we are going to see how to show a real time and date clock using Javascript. Let us first create a function named todays_date_time(), the parameter we…
In this tutorial we are going to see how to open child window from a browser parent and close the same child window using Javascript. We are assigning a variable…
Javascript Add remove child element Here i will explain how to add and remove child nodes in a webpage using simple javascript and DOM elements. <html> <body> <script language="JavaScript"> function…