Software QA FYI - SQAFYI

Popup Blocker Test - P_SHOWMODELESSDIALOG

- Popup Windows in Forms of Modeless Dialog Boxes - Developed by FYIcenter.com


Popup Behavior: A popup window shows up in the form of a modeless dialog box, which remains focused on top of this browser window until it is closed. Before you closing this popup window, you can still access this browser window.

Source Code Note: JavaScript codes implemented to call the showModelessDialog method.


Click your mouse here to start P_SHOWMODELESSDIALOG test...



If you don't see any popup windows, your popup blocker works on this popup test case.


HTML and JavaScript Codes Used by This Test

<a href="javascript:pShowModalDialog();">Click your ...
...
<script language="JavaScript">
/*
*  Popup Blocker Test - P_SHOWMODELESSDIALOG
*  - Popup Windows in Forms of Modeless Dialog Boxes
*
*  A popup window shows up in the form of a modeless dialog
*  box. JavaScript codes implemented to call the
*  showModelessDialog method.
* 
*  Version of 2007.01.01
*  Download at http://sqa.fyicenter.com/tools/
*  Copyright (C) 2007 FYIcenter.com. All rights reserved.
*/
function pShowModelessDialog() {
   fyicenterVal = window.showModelessDialog('popup_blocke...
      'dialogLeft:100px; dialogTop:100px; dialogWidth:480...
}
</script>


Popup Blocker Test - Popup Windows in Forms of Modeless Dialog Boxes