<!– Script untuk menu popups sidebar, di tag –>
var newWindow = null;
function closeWin(){
if (newWindow != null){
if(!newWindow.closed)
newWindow.close();
}
}
function popUpWin(url, type, strWidth, strHeight){
var winleft = (screen.width-strWidth)/2;
var wintop = (screen.height-strHeight)/2;
closeWin();
if (type == “fullScreen”){
strWidth = screen.availWidth – 10;
strHeight = screen.availHeight – 160;
}
var tools=”";
if (type == “standard” || type == “fullScreen”) tools = “resizable,toolbar=yes,location=yes,scrollbars=yes,menubar=yes,width=”+strWidth+”,height=”+strHeight+”,top=0,left=0″;
if (type == “fasebulan”) tools = “status=no,toolbar=no,location=no,scrollbars=no,width=”+strWidth+”,height=”+strHeight+”,left=”+winleft+”,top=”+wintop+”";
if (type == “kalender”) tools = “status=no,resizable,toolbar=no,location=no,scrollbars=no,width=”+strWidth+”,height=”+strHeight+”,left=”+winleft+”,top=”+wintop+”";
if (type == “javaneseday”) tools = “status=no,resizable,toolbar=no,location=no,scrollbars=no,width=”+strWidth+”,height=”+strHeight+”,left=”+winleft+”,top=”+wintop+”";
if (type == “bukutamu”) tools = “resizable,status=no,toolbar=no,location=no,scrollbars=yes,width=”+strWidth+”,height=”+strHeight+”,left=”+winleft+”,top=”+wintop+”";
if (type == “konversihijriyah”) tools = “resizable,status=no,toolbar=no,location=no,scrollbars=no,width=”+strWidth+”,height=”+strHeight+”,left=”+winleft+”,top=”+wintop+”";
if (type == “waktudunia”) tools = “status=no,toolbar=no,location=no,scrollbars=no,width=”+strWidth+”,height=”+strHeight+”,left=”+winleft+”,top=”+wintop+”";
if (type == “sejarahislam”) tools = “status=no,toolbar=no,location=no,scrollbars=no,width=”+strWidth+”,height=”+strHeight+”,left=”+winleft+”,top=”+wintop+”";
if (type == “sejarahmuhammad”) tools = “status=no,toolbar=no,location=no,scrollbars=no,width=”+strWidth+”,height=”+strHeight+”,left=”+winleft+”,top=”+wintop+”";
if (type == “petaibrahim”) tools = “status=no,toolbar=no,location=no,scrollbars=no,width=”+strWidth+”,height=”+strHeight+”,left=”+winleft+”,top=”+wintop+”";
newWindow = window.open(url, ‘newWin’, tools);
newWindow.focus();
}
<!– //script untuk menu popups sidebar, di tag –>
Other References
Here’s some things that you may (or may not) find useful. All in pop-up windows, means if you click any link below, a new window should emerge. If your browser is currently set not to allow pop-up windows, you can set it to allow pop-up from this page only.
Some of these references requires flash plugin in your browser. If you do not have it, please download and install it from here. It’s free, btw.
- Fase Bulan Hari Ini
- Kalender Hijriyah
- Konverter Hijri/Masehi
- Konverter Penanggalan Masehi-Jawa beserta Javanese Days-nya
- Peta Rute Migrasi Ibrahim as
- Timeline Periode Kehidupan Muhammad Rasulullah SAW (requires flash)
- Timeline Sejarah Peradaban Islam (requires flash)
- Waktu Global Interaktif (requires flash)
