• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

PDF wird immer auf selber Seite geöffnet(cache problem)

Status
Für weitere Antworten geschlossen.

rasphilos

Neues Mitglied
Hi,

ich habe links auf eine 36 seitige PDF erstellt, wie folgt:
HTML:
pdf15/heft15.pdf#page=4&view=FitView
Beim 1. klicken funktioniert es aber danach kommt immer die Seite, die man als erstes geöffnet hat.
Habs schon über meta tags versucht:
1.<meta http-equiv="expires" content="0">
2.<meta http-equiv="cache-control" content="no-cache">
und über PHP


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]
aber es will nicht.

Gibt es noch andere Möglichkeiten?

ich danke euch.
Lg
Philipp
 
Zuletzt bearbeitet von einem Moderator:
ein pdf wird immer komplett geladen und dann scollt (blättert) man über das plugin. wo ist also das problem ?

oder sind es 36 einzelne pdf-seiten ?
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben