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 (39)
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 Customized Popup Windows
How to generate customized popup windows with JavaScript?
✍: FYIcenter.com
If you want to generate a customized popup window to attract the attention of your visitors, you can follow this chromeless popup window developed by Mariano Klein, http://www.chromeless.org/. See the following JavaScript code outline:
<script type="text/javascript" src="ByKlein_Chromeless/By... <script type="text/javascript" > function createChromeless() { var B = "ByKlein_Chromeless_Window_Object.htm"; var Y = "ByKleins Chromeless Windows"; var K = "ByKlein_Chromeless/titlebar.gif"; var L = 25; var E = "Arial"; var I = 10; var N = "#F0F0F0"; var C = false; var h = 520; var r = 235; var o = true; var m = 10; var e = 10; var l = "#59657B"; var e_= 5; var s = "ByKlein_Chromeless/minimizar.gif"; var s_= "ByKlein_Chromeless/cerrar.gif"; myChromeless = new ChromelessWindow(B,Y,K,L,E,I,N,C,h,... } createChromeless() </script>
You can also visit Popup Blocker Test - P_WINDOW_CHROMELESS page to get the complete source code and to see how it works.
2007-01-17, 7471👍, 0💬
Popular Posts:
How to use sc.exe command to start and stop an existing service? If you want to start or stop a serv...
How to use sc.exe command to delete an existing service? If you want to delete a service created by ...
Playing MPEG Video Files with MPlayer The next test is to use MPlayer to play a MPEG video file: C:\...
How to verify IIS configuration for PHP scripts? If you have followed our Configuring IIS for PHP Sc...
How to uninstall Yahoo! Install Manager? If you want to remove Yahoo! Install Manager from your syst...