File "nav-index.js"
Full path: E:/sites/Single15/tinmung2007/webroot/GIADINHTANHIEN/CAC MIEN/PhuocLong/HinhchungBPV/res/js/nav-index.js
File size: 482 B
MIME-type:
Charset: utf-8
///// JavaScript Navigation for index /////
// Variables from setup-index.js: nextIndexPageUrl, prevIndexPageUrl, parentIndexPageUrl, firstIndexPageUrl, lastIndexPageUrl
function nextPage()
{
gotoUrl( nextIndexPageUrl );
}
function prevPage()
{
gotoUrl( prevIndexPageUrl );
}
function upPage()
{
gotoUrl( parentIndexPageUrl );
}
function firstPage()
{
gotoUrl( firstIndexPageUrl );
}
function lastPage()
{
gotoUrl( lastIndexPageUrl );
}