页面加载完成出发action

版权声明:巴啦啦小魔仙乌卡拉卡,变身---------------------------------------xiner https://blog.csdn.net/zhengsaisai/article/details/82428046
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%@include file="../common/admin_head.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body >
<form action="<%=basepath%>/admin/hotelRemote/line" method="post" id="index"></form>
            <script>
                window.onload = function () {
                    document.getElementById("index").submit();
                }
            </script>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/zhengsaisai/article/details/82428046