<!– 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.

get flash player

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.