<html>
<head>
<title>Welcome to Foxconn Channel Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<script language="Javascript"><!--
function jump()
{
location.href="http://10.161.36.15:8088/Freight-Control/";
}
//--></script>
</head>
<body bgcolor="98A4C7"topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 onload="setTimeout('jump()',2000)">
</body>
</html>
<script language="JavaScript" >
location.href="/portal"
</script>
博客展示了一段代码,运用HTML和JavaScript实现页面跳转功能。在HTML中定义了页面标题、字符编码,通过JavaScript编写函数,设置页面加载后两秒跳转到指定链接,还包含另一个跳转至'/portal'的脚本。
302

被折叠的 条评论
为什么被折叠?



