ie8中的showmodaldialog函数

时间:2010-05-28 04:53:21

标签: jsp-tags

我已经在jsp文件中编写了一个showmodaldialog()函数,并且它在Firefox中运行良好,但在ie8中它现在正在运行,我的代码在这里:

<-----a.jsp------>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Step Editor</title>
<script language=javascript>
function test() {
var retvalue;
retvalue = window.showModalDialog("index.jsp");

}
</script>

</head>
<body>
<input type=button value=Activity onclick=test()>
</body>
</html>

<--------->

在上面的代码中,a.jsp是父窗口,它将index.jsp作为子窗口调用。

<----index.jsp----->

1 个答案:

答案 0 :(得分:-1)

在元标记中使用"<base target="_self" />"