This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Posts Tagged ‘javascript’


Page 7 of 9123456789

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 can be given var m = "New Child";... (Continue reading)

Tagged with:         

Add to favorites or bookmarking using javascript in firefox and internet explore [IE]

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)

Tagged with:     

Context Right Click Menu Using Javascript

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)

Tagged with:     

Check password strength using javascript

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)

Tagged with:

Disabling right click menu using javascript

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)

Tagged with:

Page 7 of 9123456789