Thursday, September 02, 2004

POP UP NEWS WINDOWS

function popWin(theURL,winName,winWidth,winHeight)

{
window.open(theURL,winName,"width="+ winWidth +",
height="+ winHeight +",location=0,menubar=0,resizable=0,scrollbars=1,
status=yes,titlebar=0,
toolbar=0,top=100,left=100");
}



a href="javascript:void(0);" onclick="popWin('http://191.3.188.2/websites/intranet.cimb.com.my/
index.php?pg=306&tpl_id=131', 'Prayer', 150, 200);">



to make windows pop up




No comments: