谷歌SSO页面比弹出窗口大

时间:2013-08-09 04:22:01

标签: internet-explorer showmodaldialog google-sso

我们正在使用showModalDialog为Google SSO创建一个弹出窗口。这个问题可以在附图中看到。窗户内部比自己的内容大。每次我把窗户做得更大,内部变得更大。这意味着用户只能看到一个非常大的窗口。

代码:

function googlesso()
{             
    window.showModalDialog('<? echo constructurl($platform_name,"https") ?>/sso/googlesso','',  'dialogHeight=500px;dialogWidth=900px;scroll:no;'); 
    window.location.reload();
}

ie 10 displaying google sso

1 个答案:

答案 0 :(得分:0)

选择使用window.open并且效果更好。