David Nguyen | WebDialer expects the popup browser to be open without any status bar or scrollbar. You can use the following javascript to achieve this: function launchWebDialerWindow( url ) { webdialer = window.open(url, "webdialer", "status=no,resizable=yes,scrollbars=no,width=320,height=280"); }
This would ensure that there is enough real estate available for the WebDialer screens to show everything properly. |
| Please sign in to flag this as inappropriate. |