Collections:
Other Resources:
Generating Popup Windows as Alert Dialog Boxes
How to generate popup windows as alert dialog boxes?
✍: FYIcenter.com
If you want to generate a popup window as an alert dialog box, you can use the window.alert() method. See the following JavaScript code outline:
<a href="javascript:pWindowAlert();">Click your ...
...
<script language="JavaScript">
/*
* Popup Blocker Test - P_WINDOW_ALERT
* - Popup Windows in Forms of Alert Dialog Boxes
*
* A popup window shows up in the form of an alert
* dialog box. JavaScript codes implemented to call the
* alert method.
*
* Version of 2007.01.01
* Download at http://sqa.fyicenter.com/tools/
* Copyright (C) 2007 FYIcenter.com. All rights reserved.
*/
function pWindowAlert() {
fyicenterData = window.alert(':-) Thank you for visiti...
}
</script>
You can also visit Popup Blocker Test - P_WINDOW_ALERT page to get the complete source code and to see how it works.
2007-01-17, ∼9469🔥, 0💬
Popular Posts:
Can I disable Windows service "Portable Media Serial Number" to speedup my computer? Windows service...
product key for adding features to windows 8 The product key you require is MBFBV-W3DP2-2MVKN-PJCQD- ...
What is "IP Helper" in my Windows XP service list? And how is "IP Helper" service related to iphlpsv...
Upgraded to Windows 10 from 7. Apparently users can no longer selectively choose which updates to in...
How to remove msjava.dll - Java Console Extra Tools Menu Item for Internet Explorer (IE) browsers? m...