Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

title-Script

Empfohlene Antworten

Hab das schon mal gesehen, aber weiß nicht wo.

Weiß einer wie man einen Script (z.B. zum ASCII-animieren) vom Titel hinbekommt?

<html>

<head>

</head>

<body bgcolor="ff00ff" onLoad="animatetitle()">

<script language="JavaScript">

var tx = new Array ("TEST", "test"); //Dies an Deine Seite anpassen

var txcount=2; //Anzahl der Verschiedenen Texte von oben eingeben

var i=1;

var wo=0;

var ud=1;

function animatetitle()

{

window.document.title=tx[wo].substr(0, i)+"_";

if (ud==0) i--;

if (ud==1) i++;

if (i==-1) {ud=1;i=0;wo++;wo=wo%txcount;}

if (i==tx[wo].length+10) {ud=0;i=tx[wo].length;}

// if (window.document.title.length < 20 ) window.document.title=window.document.title+"-";

// if (window.document.title.length == 20 ) window.document.title=window.document.title+"]";

// if (window.document.title.length == 21 ) setTimeout("window.document.title='Animierte Seitentitel '; ",1000);

parent.window.document.title=tx[wo].substr(0, i)+"_";

setTimeout("animatetitle()",100);

}

</script>

<body>

Meintest du so was???

Ja genau so was.

Danke schön :D

Hmm...hab da noch ein Problem.

Arbeite mit einem Frameset, und weiß nicht so recht, wie ich das da einbinden soll.:(

Ok, hat sich erledigt, habs selbst ruasbekommen *freu*

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.