3
How to close a child window from a parent window using javascript
Here i will explain how to close a child window from a parent window using simple javascript.
<title>Example For Child and Parent Window Operations</title>
<script language="JavaScript">
function closeDep()
{ //mistonline.in...
Adding and removing child nodes using javascript and DOM
Here i will explain how to add and remove child nodes in a webpage using simple javascript and DOM [Document Object Model] elements.
<html>
<body>
<script language="JavaScript">
function function2() {
//any text...
Page 1 of 11
