header Location redirect with anchor tag and IE7

后端 未结 2 1850
野的像风
野的像风 2021-01-26 00:45

Hey there! Here is my issue, it could just be a browser issue but any help/ideas would be awesome!

Pretty much I have the following redirect:

header(\"Lo         


        
2条回答
  •  不要未来只要你来
    2021-01-26 01:16

    Yes that is true. It can be prevented if you use an absolute path:

    header("Location: http://www.example.com/page.php#images");
    

提交回复
热议问题