This is another simple script to get the http referrer using javascript.This will help you in getting the referrer page ie the page from which your current webpage got loaded.Use JavaScript’s referrer property to find out where your visitor came... (Continue reading)
Simple script to display LED type text using javascript Add this line @ the head section of your webpage The JS file [LED.JS] // the number of characters in the display mwidth=20; // delay in milliseconds between character shifts mdelay=200;... (Continue reading)
What is PHP_SELF variable? PHP_SELF is a variable that returns the current script being executed. This variable returns the name and path of the current file (from the root folder). You can use this variable in the action field of... (Continue reading)
Whenever we click on any online member MY PROFILE linke we get this damn error, how to fix this.Really simple just follow these steps, On VB 4.0.4, go to member.php file and take a backup of this file if you... (Continue reading)
This is a very simple method and the shortest way to find out whether the browser in which the webpage is loaded is IE or not <script type="text/javascript"> var IE='\v'=='v'; if(IE) { //ie code here alert("This webpage has been loaded... (Continue reading)