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, ≈10🔥, 0💬
Popular Posts:
What is "Net.Msmq Listener Adapter" in my Windows 7 service list? And how is "Net.Msmq Listener Adap...
How to export Windows services to a text file? If you want to export services that are currently con...
How do i update drive letter access component version 1.0.0.1 The best way to update your driver let...
Where to find tutorials as Introduction to Internet Explorer (IE). Here is a list of tutorials to an...
What is "Net.Pipe Listener Adapter" in my Windows 7 service list? And how is "Net.Pipe Listener Adap...