Folgendes Problem:
Das keine Werbung eingeblendet wird hab ich folgenden Code eingegeben
<noscript><noscript><plaintext>
jaja ich weis sowas macht man nicht usw.......
aber will trozdem eine Shoutbox als popup haben
<SCRIPT>
<!-- BEGIN Shoutboxes.com CODE -->
function showShoutbox() {
var x=-30;
var y=-60;
if (document.layers) {
x=x+window.outerWidth-150;
y=y+(window.outerHeight-300)/2;
} else {
x=x+screen.Width-150;
y=y+(screen.Height-300)/2;
}
if (x<0) x=0;
if (y<0) y=0;
var w=window.open("http://.shoutboxes.com/","shoutbox","top="+y+",left="+x+",width=150,height=300,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=1");
w.focus();
return;
}
window.onload=new Function("showShoutbox()");
//-->
</SCRIPT>
gibt es einen Befehl den ich auf der zeile von <noscript>..... einfügen muss das die Shoutbox trozdem aktiviert wird?
oder was muss ich für einen code einfügen?
danke für eure hilfe
Das keine Werbung eingeblendet wird hab ich folgenden Code eingegeben
<noscript><noscript><plaintext>
jaja ich weis sowas macht man nicht usw.......
aber will trozdem eine Shoutbox als popup haben
<SCRIPT>
<!-- BEGIN Shoutboxes.com CODE -->
function showShoutbox() {
var x=-30;
var y=-60;
if (document.layers) {
x=x+window.outerWidth-150;
y=y+(window.outerHeight-300)/2;
} else {
x=x+screen.Width-150;
y=y+(screen.Height-300)/2;
}
if (x<0) x=0;
if (y<0) y=0;
var w=window.open("http://.shoutboxes.com/","shoutbox","top="+y+",left="+x+",width=150,height=300,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=1");
w.focus();
return;
}
window.onload=new Function("showShoutbox()");
//-->
</SCRIPT>
gibt es einen Befehl den ich auf der zeile von <noscript>..... einfügen muss das die Shoutbox trozdem aktiviert wird?
oder was muss ich für einen code einfügen?
danke für eure hilfe