c'è scritto che come cod posso usare anche questo (c'è scritto popup cbox):
<script type="text/javascript">
function popcbox() {
cboxwin = window.open("","Cbox","width=200,height=380,toolbar=no,scrollbars=no,status=no,resizable=yes");
cboxwin.document.write('<html><head><title>Cbox</title></head><frameset rows="*,75" frameborder="0" framespacing="0">');
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://www3.cbox.ws/box/?boxid=3039198&boxtag=8633&sec=main" noresize="true" scrolling="auto" name="cboxmain" style="border:#DBE2ED 1px solid;"/>');
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://www3.cbox.ws/box/?boxid=3039198&boxtag=8633&sec=form" noresize="true" scrolling="no" name="cboxform" style="border:#DBE2ED 1px solid;border-top:0px"/></frameset>'); cboxwin.document.write('<noframes>Cbox needs frames!</noframes></html>');
try {
x = screen.width;
y = screen.height;
cboxwin.moveTo(Math.max((x/2)-100, 0), Math.max((y/3)-190));
} catch (e) {};
}
</script>
<a href="JavaScript:popcbox();">Pop up my Cbox</a>
e questo(c'è scritto using xanga)
<script language="JavaScript" src="http://cbox.co.za/box/js.php?boxid=3039198&boxtag=8633&srv=3&width=200&heightmain=305&heightform=75&frameborder=1&bordercolor=%23DBE2ED"></script>