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.
ボタンを「戻る」ブラウザボタンを模倣させる最良の方法は何ですか?
<a href="<%=Request.ServerVariables("HTTP_REFERER")%>">Back</a>
ブラウザ側のjavascript呼び出しhistory.backを使用します。
window.history.back()