WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   php redirect mit "Sprengung der Frames" (http://www.wcm.at/forum/showthread.php?t=83772)

kikakater 11.01.2003 10:59

php redirect mit "Sprengung der Frames"
 
wie macht man in php eine eingrifflose umleitung auf eine andere seite (header z.B.), die die frames gleichzeitig aufhebt, also auf target="_top" geht ?

käptn 11.01.2003 21:58

Frames kannst du nur clientseitig "sprengen"...

~

kikakater 11.01.2003 22:10

beim netscape funktioniert die php funktion header("Location: http://www.xy.com/ Window-target:_top"); angeblich. weiß jemand etwas ?

1) wahr ? ja oder nein und

2) wird der ie das auch jemals unterstützen (gerücht-url bekannt ? ie will support Window-target in one of the future versions .. .. ..)

_m3 11.01.2003 23:29

Auf keine Fall standardkonform, da:
http://www.w3.org/Protocols/rfc2616/....html#sec14.30
Zitat:

14.30 Location

The Location response-header field is used to redirect the recipient to a location other than the Request-URI for completion of the request or identification of a new resource. For 201 (Created) responses, the Location is that of the new resource which was created by the request. For 3xx responses, the location SHOULD indicate the server's preferred URI for automatic redirection to the resource. The field value consists of a single absolute URI.

Location = "Location" ":" absoluteURI
Window-Target im Header kann, muss aber nicht funktionieren, da es nicht im Standard festgeschrieben ist.


Alle Zeitangaben in WEZ +2. Es ist jetzt 22:02 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag