Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (40)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
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, 7579👍, 0💬
Popular Posts:
Can I disable Windows service "Intel NCS NetService" to speedup my computer? Windows service "Intel ...
How to remove BTTray.exe from startup program list? If you are not using any bluetooth devices, you ...
Can I disable Windows service "InstallDriver Table Manager" to speedup my computer? Windows service ...
What is the startup program "CyberLink Virtual Drive - VirtualDrive.exe" on my Windows 8 computer? C...
Pl help me.. Hi.. how to run a php script in windows xp ...? First, you need to download and install...