Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IE で動かなくなるだけのスプラッシュ ページがあり、回避策を作成するには膨大な量の jQuery が必要です。IE の条件付きコメントを使用してスプラッシュ ページをスキップし、メイン ページにリダイレクトする方法はありますか?
条件付きコメント内にメタ リフレッシュを挿入します。
<meta http-equiv="refresh" content="0;url=mainpage-url"/>