<..script language="javascript">
window.name = 'parentWindow';
var newPopupWindow;
function popupLinkOption(url,width,height) {
newPopupWindow=window.open(url,"childWindow","height="+height+",width="+width+",left=100,top=100,resizable=no,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no");
newPopupWindow.moveTo(screen.width/2-300,screen.height/2-250);
}
<../script>
Friday, May 17, 2013
Popup window link
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment