Software QA FYI - SQAFYI

Popup Blocker Test - P_WINDOW_PROMPT

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


Popup Behavior: A popup window shows up in the form of a prompt dialog box, which allows you to enter a data value to prompted question.

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


Click your mouse here to start P_WINDOW_PROMPT 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:pWindowPrompt();">Click your ...
...
<script language="JavaScript">
/*
*  Popup Blocker Test - P_WINDOW_PROMPT
*  - Popup Windows in Forms of Prompt Dialog Boxes
*
*  A popup window shows up in the form of a prompt dialog 
*  box. JavaScript codes implemented to call the prompt 
*  method.
* 
*  Version of 2007.01.01
*  Download at http://sqa.fyicenter.com/tools/
*  Copyright (C) 2007 FYIcenter.com. All rights reserved.
*/
function pWindowPrompt() {
   fyicenterData = window.prompt('What is your favorite W...
}
</script>


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