Flog 1.1.2 > Themes / !default / Admin / Script.js

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Flog 1.1.2

Download:
flog-1.1.2.zip

Category:
Blog

Archive Content:

Flog 1.1.2

Flog 1.1.2 > Data

Flog 1.1.2

Flog 1.1.2 > Files

Flog 1.1.2 > Include

Flog 1.1.2

Flog 1.1.2 > Plugins

Flog 1.1.2

Flog 1.1.2 > Themes

Flog 1.1.2 > Themes > !default

Flog 1.1.2 > Themes

Flog 1.1.2 > Themes > !default > Admin

Flog 1.1.2 > Themes > !default

Flog 1.1.2 > Themes > Rcblog

Flog 1.1.2 > Themes

Flog 1.1.2 > Themes > Rcblog

Script.js:


/*
Copyright (C) 2005 Noah Medling

This program is licensed under the GNU General Public License,  version 2,
as published by the Free Software Foundation,  June 1991. For details,  see
LICENSE.txt
*/

function focusfirst(){
    if(document.forms.length > 0){
        var form = document.forms[0];
        for(i=0; i<form.length; ++i){
            if(form.elements[i].type == "text" || form.elements[i].type == "textarea" || form.elements[i].type == "password"){
                document.forms[0].elements[i].focus();
                break;
            }
        }
    }
}


Other Blog Scripts:

WebMaster Resources Home

©RingsWorld.com