gpt4 book ai didi

javascript - 在 IE7 中,JSP 中的操作 "javascript:history.back()"跳回到主页面,而不是之前查看的页面

转载 作者:行者123 更新时间:2023-11-30 10:53:53 27 4
gpt4 key购买 nike

下面是一个jsp页面中的代码片段,作用是跳回上一页,在Firefox 3.5上可以,但在IE7上不行,在IE7下会跳回主索引页面。如何增强它同时支持IE7/Firefox?

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title></title>
<link rel='stylesheet' href="/css/main.css">
</head>
<body>

<div id="id1">

<h2 class="centered">title</h2>

<html:errors/>

<p class="centered">
<form action="javascript:history.back()">
<input type="submit" value='back'>
</form>
</p>
</div>

</body>
</html>

最佳答案

我更喜欢用

history.go(-1);

代替

history.back();

关于javascript - 在 IE7 中,JSP 中的操作 "javascript:history.back()"跳回到主页面,而不是之前查看的页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3455705/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com