GambiaUser
Gebruiker
- Lid geworden
- 18 jul 2009
- Berichten
- 730
Bestaat er ook iets waar ik een html scriptje in kan gooien bijv:
En dan het voorbeeld eruit komt?
HTML:
<SCRIPT>
<!-- BEGIN MYSHOUTBOX.COM CODE -->
function showShoutbox() {
var x=-30;
var y=-60;
if (document.layers) {
x=0;
y=0;
} else {
x=0;
y=0;
}
if (x<0) x=0;
if (y<0) y=0;
var w=window.open("http://593058.myshoutbox.com/","shoutbox","top="+y+",left="+x+",width=152,height=300,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=1");
w.focus();
return;
}
window.onload=new Function("showShoutbox()");
//-->
</SCRIPT>
En dan het voorbeeld eruit komt?