Question

We are using showModalDialog to create a popup window for google SSO. The issue can be seen in the attached image. The window interior is bigger than the content it's self. Every time I make the window bigger the interior gets bigger. This means the user just sees a really big window.

code:

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

Was it helpful?

Solution

Chose to use window.open and it works better.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top