Collections:
Other Resources:
Generating Popup Windows as Prompt Dialog Boxes
How to generate popup windows as prompt dialog boxes?
✍: FYIcenter.com
If you want to generate a popup window as a prompt dialog box, you can use the window.prompt() method. See the following JavaScript code outline:
<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>
You can also visit Popup Blocker Test - P_WINDOW_PROMPT page to get the complete source code and to see how it works.
2007-01-17, ∼9909🔥, 0💬
Popular Posts:
How do I move the licenses for the tracks that I ripped from CDs to my new computer? Typically, lice...
How to use .htaccess file with Apache server on Window systems? Assuming that you have installed the...
How to write a batch file? I want to print "Hello world!" message on the screen. You can follow this...
What is "Protexis Licensing V2" in my Windows 7 service list? And how is "Protexis Licensing V2" ser...
What is "Net.Pipe Listener Adapter" in my Windows 7 service list? And how is "Net.Pipe Listener Adap...