// File: footer.shtml
// Description: common footer for VBS/SC web pages
// to call this JavaScript, place the following code in the calling HTML file:
//
document.write('');
// use server side include (SSI) to get ip address, this file extension must be .shtml
var ip = '3.15.12.133';
document.write(' IP: ','',ip,'');
document.write(' Browser: ','',navigator.userAgent,'');
// document.write(' appCodeName: ','',navigator.appCodeName ,'');
// document.write(' appName: ','',navigator.appName ,'');
// document.write(' appVersion: ','',navigator.appVersion ,'');
// document.write(' appMinorVersion: ','',navigator.appMinorVersion ,'');
// document.write(' cookieEnabled: ','',navigator.cookieEnabled ,'');
// document.write(' cpuClass: ','',navigator.cpuClass ,'');
// document.write(' mimeTypes: ','',navigator.mimeTypes ,'');
// document.write(' onLine: ','',navigator.onLine ,'');
// document.write(' opsProfile: ','',navigator.opsProfile ,'');
// document.write(' platform: ','',navigator.platform ,'');
// document.write(' plugins: ','',navigator.plugins ,'');
// document.write(' systemLanguage: ','',navigator.systemLanguage ,'');
// document.write(' userAgent: ','',navigator.userAgent ,'');
// document.write(' userProfile: ','',navigator.userProfile ,'');
// document.write(' javaEnabled(): ','',navigator.javaEnabled() ,'');
// document.write(' taintEnabled(): ','',navigator.taintEnabled() ,'');
document.write('
');
document.write('');
document.write('');