|
Posted by Jukka K. Korpela on 04/24/07 20:41
Scripsit Thomas Müller:
> eine Seite von mir ist umgezogen. Jetzt wollte ich einen unmittelbaren
> Redirect machen.
Set up HTTP redirection, or ask someone to do that for you.
> <head>
> <meta http-equiv="refresh" content="1; URL=meineSeite.html">
> </head>
Invalid markup (no title element) and wrong approach.
> Der Redirect funktioniert, aktualisiert sich allerdings jede Sekunde,
> d.h. der Bildschirm flackert ständig.
You have probably managed to put that tag onto the meineSeite.html page
itself too, making it redirect to itself evert second. As usual, posting the
URL would have made it much easier to see what the problem really is.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|