我有一个简单的带有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>