1. ホーム
  2. Web制作
  3. HTML/Xhtml

html でよく使われるいくつかのリダイレクトリンクのコード例

2022-01-10 16:40:42

コピーコード
コードは以下の通りです。

window.location.href="zcbfH.jsp";//redirect in this frame
onclick="top.mainFrame.location='<%=path %>/login.jsp'";//redirect from a frame to the mainFrame frame
onclick="top.window.location='<%=path %>/login.jsp'"//redirect from a frame to the entire page