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.

Empfohlene Antworten

Veröffentlicht

Hab mal nen kleines Problem...

Ich will mittels header() ne Umleitung machen von ner Seite mit zwei Frames. Ich will das durch die Umleitung die Frames 'aufgehoben' werden, sprich ich aus den Frames 'herauskomme'. Irgendwelche Ideen, unten der Code mit dem ich es zuletzt probiert habe. Danke schonmal für Eure Rat- und Tatschläge... Oder so! ;)

if (strstr($url_str,"PRIVAT")) {

header('Window-target: main');

header("location: ../privat_training.php");

}

AFAIK kannst Du das Target nicht per Header bestimmen. Wenn Du in einem Frameset eine Datei aufrufst (per Link oder Formular), dann lädt der Browser ja für diesen einen Frame die Daten neu, womit Dein Location auch nur Einfluss auf den Frame hat, der gerade geladen wird. (Uff, war das jetzt verständlich? :confused: )

Die einzige Möglichkeit, die ich kenne ist, wenn Du mit einem Target schon beim Aufruf der Seite hantierst, entweder im Link- oder im Form-Tag, welches Du auf "_top" setzt.

Solltest Du eine fallweise Unterscheidung haben (wenn Bedingung xy wahr, dann lade Datei im Frame ansonsten durchbreche das Frameset mit anderer Datei), dann wirst Du wohl oder übel auf Javascript ausweichen müssen, indem Du in Deinem Dokument, welches im Frame aufgerufen wird, ein


<script type="text/javascript">

<!--

top.location.href = "http://meinedomain.de/meinezielseite.php";

//-->

</script>

verwendest.

ICQ

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.