1

我有一个带有 JS 的简单 html 代码,它应该在后台登录到一个监管单元,并在超时后加载在线模式。它运行良好,但现在我的一些客户升级到 ios6,此代码不再工作。有人可以帮忙吗?

代码如下

<html>
<head>
<body onload="document.BLD1.submit(); setTimeout('document.load.submit()',5000);">

<form method="post" name="BLD1" action="http://77.48.234.213:8080/main.html" target="loginWindow1">
<input name="blu" type="hidden" value="5" /><input name="blp" type="hidden" size="10" maxlength="8" value="0000" /><input name="bll" type="hidden" value="logovani " /> </form>


<form style="font: 12pt;" action="http://77.48.234.213:8080/GRAFIK.htm" name="load" target="targetWINDOW">

</form>
</body>
</html>
4

0 回答 0