标签: internet-explorer header cross-browser internet-explorer-11
我在尝试重定向到资源管理器中的特定div ID时遇到问题。该代码适用于chrome和Firefox,但不适用于资源管理器11
代码与此类似:
header("Location: http://myurl.com/page1#id1");
这是资源管理器中的已知问题吗?