Sb Photoalbum 0.36 > SBpa / Photoalbum / Html Header.js

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Sb Photoalbum 0.36

Download:
sb-photoalbum-0.36.zip

Category:
Image Galleries

Archive Content:

SBpa > Images > Demo

SBpa > Images > Dir01

SBpa

Doc

SBpa > Photoalbum

SBpa > Photoalbum > Img

SBpa > Photoalbum > Img > Flags

SBpa > Photoalbum > Img

SBpa > Photoalbum > Lang

SBpa > Photoalbum

SBpa

Html Header.js:


/*
Auto center window script- Eric King (http://redrival.com/eak/index.shtml)
Permission granted to Dynamic Drive to feature script in archive
For full source,  usage terms,  and 100's more DHTML scripts,  visit http://dynamicdrive.com
*/
var pa_wnd_params = '';
function OpenWindow_build_settings(w,  h) {
    LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
    settings ='height='+h+', width='+w+', top='+TopPosition+', left='+LeftPosition;
    return settings;
}

function OpenWindow(mypage,  w,  h) {
    if (win) { win.close();    }
    settings = OpenWindow_build_settings(w,  h);
    mypage = 'photoalbum/wnd_' + mypage + '.php?lang=' + pa_lang_code + pa_wnd_params;
    win = window.open(mypage,  'SBphotoAlbum_window',  settings)
    win.focus();
}

function OpenWindowExt(mypage,  w,  h) {
    if (win) { win.close();    }
    settings = OpenWindow_build_settings(w,  h);
    win = window.open(mypage,  'SBphotoAlbum_Extwindow',  settings)
    win.focus();
}


Other Image Galleries Scripts:

WebMaster Resources Home

©RingsWorld.com