Hi,
ich habe links auf eine 36 seitige PDF erstellt, wie folgt:
Beim 1. klicken funktioniert es aber danach kommt immer die Seite, die man als erstes geöffnet hat.
Habs schon über meta tags versucht:
aber es will nicht.
Gibt es noch andere Möglichkeiten?
ich danke euch.
Lg
Philipp
ich habe links auf eine 36 seitige PDF erstellt, wie folgt:
HTML:
pdf15/heft15.pdf#page=4&view=FitView
Habs schon über meta tags versucht:
und über PHP1.<meta http-equiv="expires" content="0">
2.<meta http-equiv="cache-control" content="no-cache">
Code:
[COLOR=#000000][COLOR=#0000bb]<?php
[/COLOR][COLOR=#007700]function [/COLOR][COLOR=#0000bb]ae_nocache[/COLOR][COLOR=#007700]()
{
[/COLOR][COLOR=#0000bb]header[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]"Expires: Tue, 03 Jul 2001 06:00:00 GMT"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000bb]header[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]"Last-Modified: " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000bb]gmdate[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]"D, d M Y H:i:s"[/COLOR][COLOR=#007700]) . [/COLOR][COLOR=#dd0000]" GMT"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000bb]header[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]"Cache-Control: no-store, no-cache, must-revalidate, max-age=0"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000bb]header[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]"Cache-Control: post-check=0, pre-check=0"[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000bb]false[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000bb]header[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]"Pragma: no-cache"[/COLOR][COLOR=#007700]);
}
[/COLOR][COLOR=#0000bb]?>[/COLOR][/COLOR]
Gibt es noch andere Möglichkeiten?
ich danke euch.
Lg
Philipp
Zuletzt bearbeitet von einem Moderator: