Collections:
Other Resources:
Generating Popup Windows as Confirmation Dialog Boxes
How to generate popup windows as confirmation dialog boxes?
✍: FYIcenter.com
If you want to generate a popup window as a confirmation dialog box, you can use the window.confirm() method. See the following JavaScript code outline:
<a href="javascript:pWindowConfirm();">Click your ...
...
<script language="JavaScript">
/*
* Popup Blocker Test - P_WINDOW_CONFIRM
* - Popup Windows in Forms of Confirmation Dialog Boxes
*
* A popup window shows up in the form of a confirmation
* dialog box. JavaScript codes implemented to call the
* confirm method.
*
* Version of 2007.01.01
* Download at http://sqa.fyicenter.com/tools/
* Copyright (C) 2007 FYIcenter.com. All rights reserved.
*/
function pWindowConfirm() {
fyicenterData = window.confirm('Continue to test with ...
}
</script>
You can also visit Popup Blocker Test - P_WINDOW_CONFIRM page to get the complete source code and to see how it works.
2007-01-17, ≈10🔥, 0💬
Popular Posts:
How to use "query user" to find out who is logged in to my Windows 7 computer? If you allow remote l...
How do i update drive letter access component version 1.0.0.1 The best way to update your driver let...
I have a problem wiht the Drivers Video Card, I have a laptop HP dv6448se and the video card are a N...
Everytime when connect a USB device the volume lowers by 80% It happen with Soundblaster Audigy SE a...
What is service "AeLookupSvc" on Windows Vista? "AeLookupSvc" is a system service with the display n...