Software QA FYI - SQAFYI

Popup Blocker Test - P_WINDOW_OPEN

- Popup Windows in Forms of Browser Windows - Developed by FYIcenter.com


Popup Behavior: A popup window shows up in the form of a regular browser window.

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


Click your mouse here to start P_WINDOW_OPEN 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:pWindowOpen();">Click your ...
...
<script language="JavaScript">
/*
*  Popup Blocker Test - P_WINDOW_OPEN
*  - Popup Windows in Forms of Browser Windows
*
*  A popup window shows up in the form of a browser window.
*  JavaScript codes implemented to call the code method.
* 
*  Version of 2007.01.01
*  Download at http://sqa.fyicenter.com/tools/
*  Copyright (C) 2007 FYIcenter.com. All rights reserved.
*/
function pWindowOpen() {
   fyicenterWin = window.open('popup_blocker_test_popup_h...
      'toolbar=no,scrollbars=no,resizeable=no,width=400,h...
}
</script>


Popup Blocker Test - Popup Windows in Forms of Browser Windows