Collections:
Other Resources:
Generating Popup Windows as Modeless Dialog Boxes
How to generate popup windows as modeless dialog boxes?
✍: FYIcenter.com
If you want to generate a popup window as a modeless dialog box, you can use the window.showModelessDialog() method. See the following JavaScript code outline:
<a href="javascript:pShowModalDialog();">Click your ...
...
<script language="JavaScript">
/*
* Popup Blocker Test - P_SHOWMODELESSDIALOG
* - Popup Windows in Forms of Modeless Dialog Boxes
*
* A popup window shows up in the form of a modeless dialog
* box. JavaScript codes implemented to call the
* showModelessDialog method.
*
* Version of 2007.01.01
* Download at http://sqa.fyicenter.com/tools/
* Copyright (C) 2007 FYIcenter.com. All rights reserved.
*/
function pShowModelessDialog() {
fyicenterVal = window.showModelessDialog('popup_blocke...
'dialogLeft:100px; dialogTop:100px; dialogWidth:480...
}
</script>
You can also visit Popup Blocker Test - P_SHOWMODELESSDIALOG page to get the complete source code and to see how it works.
2007-01-17, ≈12🔥, 0💬
Popular Posts:
What is the startup program "fsquirt - fsquirt.exe" on my Windows 8 computer? Can I remove it to spe...
How much does Windows Media Player 11 cost Windows Media Player 11 is a free update to the Windows M...
How to set up Internet Explorer 8, or IE 8? After downloading Internet Explorer 8. or IE 8, you shou...
Can I remove startup application "SynTPEnh.exe - Synaptics TouchPad Enhancements" to speedup my comp...
What is the startup program "CyberLink MediaLibray Service - CLMLSvc_P2G8.exe" on my Windows 8 compu...