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.

Weiterleitung

Empfohlene Antworten

Veröffentlicht

Servus Leute!

Ich suche ein Skript dasvon einer aufgerufenen Seitenach ein paar sekunden einfach auf eine im Code definierteSeite weiterleitet. Ohne Passwortabfrage oder so!

das heißt ich wil so eine Art begrüßungsseite einbauen! mit dem berühmten Text: "sollten die nicht weitergeleitet werden, klicken sie hier"

Gruß

Flitz

hi,

ich kenne 4 Arten wie man es machen kann ....

<meta http-equiv="refresh" content="3;

URL=http://xxx.yyy.ee/nächsteseite.html">

die "3" gibt z.b. 3 sec. verzögerung an

diese art klappt nicht immer ... besser noch einen zusätzlichen link fürs händische weiterleiten plazieren

oder

httpd.conf / htaccess:

Redirect /startseite.html nächsteseite.html

oder

<?php

header("location: http://xxx.yyy.ee/nächsteseite.html");

?>

oder

<script language="javascript">

document.location="http://xxx.yyy.ee/nächsteseite.html";

<script>

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.