dispatcher.jsp
479 字节
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>loading</title>
</head>
<body>
<script type="text/javascript">
var url = '<%=request.getAttribute("ywxTo")%>';
if (url.startsWith("skype")) {
url = url.replace("&ywxMark=true", "").replace("?ywxMark=true", "");
}
window.open(url);
window.close();
</script>
</body>
</html>