<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

    <title></title>

    <script language="javascript" type="text/javascript">

        function c() 

        {

            frm1.submit();

        }

    </script>

</head>

<body onload="return c();">

    <form >

        <input type="hidden" />

    </form>

</body>

</html>

相关文章:

  • 2021-07-27
  • 2021-12-06
  • 2022-01-10
  • 2022-01-20
  • 2021-10-07
  • 2022-12-23
  • 2022-03-01
  • 2022-01-17
猜你喜欢
  • 2021-10-29
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-11-28
  • 2022-01-03
  • 2022-12-23
相关资源
相似解决方案