function popcbox() {
cboxwin = window.open("","Cbox","width=200,height=380,toolbar=no,scrollbars=no,status=no,resizable=yes");
cboxwin.document.write('Cbox');
cboxwin.document.write('');
cboxwin.document.write(''); cboxwin.document.write('Cbox needs frames!');
try {
x = screen.width;
y = screen.height;
cboxwin.moveTo(Math.max((x/2)-100, 0), Math.max((y/3)-190));
} catch (e) {};
}
Pop up my Cbox
lunes, 3 de noviembre de 2008
Suscribirse a:
Entradas (Atom)





