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, ∼9748🔥, 0💬
Popular Posts:
What is "Microsoft .NET Framework NGEN v4.0.30319_X86" in my Windows 7 service list? And how is "Mic...
What is the scheduled task "\RTKCPL" on my Windows 7 computer? "\RTKCPL" is a scheduled task on Wind...
Please can someone tell me which serial I need to use for WIndows 8 RC? Installation worked but now ...
What is the startup program "IDT PC Audio - sttray64.exe" on my Windows 8 computer? Can I remove it ...
What is Shockware Flash Object - Download Program Files (DPF)? Shockware Flash Object is a Download ...