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 can be given var m = "New Child";... (Continue reading)
Hi guys, here is a simple script which shows how to add a webpage to the favorites or bookmarking option of your browser both IE [Internet Explorer] and Firefox [FF].Very easy to install, just copy and paste on the page... (Continue reading)
Context Right Click Menu Using Javascript its a very simple script. Below is the index.html file you need <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tutorialz.tk</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link type="text/css" rel="stylesheet" href="menu.css"... (Continue reading)
Here is simple method to check the password strength using javascript, just copy and paste the script given below in your registration field and customize it accordingly.Add this code below inside the body tags of your page. Please make sure... (Continue reading)
Hi tired of searching and integrating so many scripts on your webpage to disable the right clcik option? Then here is a simple method inside the HTML or PHP or what ever page you want this to happen just add... (Continue reading)