ich habe hier einen news ticker den ich gerne in meine hp einbauen möchte...
wie bekomme ich das nix fenster weg was ich immer anklicken mus?
bitte um hilfe
gruß silver
PHP-Code:
/* SCT_RANDOM will be included into the folowing write statements to make sure
that the files will always be reloaded */
document.writeln('<link rel="stylesheet" type="text/ticker.css" href="' +
SCT_HTTP_ROOT +
'style.' + SCT_CUSTOMER + '.css?' +
SCT_RANDOM +
'">');
document.writeln('******** SRC="' +
SCT_HTTP_ROOT +
'config.' + SCT_CUSTOMER + '.js?' +
SCT_RANDOM +
'" type="text/javascript"></SCRIPT>');
if(SCT_AREAS.length == 0) {
alert("nix");
document.writeln('******** SRC="' +
SCT_HTTP_ROOT +
'content/ticker_text.js?' +
SCT_RANDOM +
'" type="text/javascript"></SCRIPT>');
} else {
var i = 0;
for(i = 0; i < SCT_AREAS.length; i++) {
document.writeln('******** SRC="' +
SCT_HTTP_ROOT +
'content/ticker_text_' +
SCT_AREAS<i> +
'.js?' +
SCT_RANDOM +
'" type="text/javascript"></SCRIPT>');
}
}
bitte um hilfe
gruß silver
Kommentar