Select 一项或 link

Select an item or link

有时这个脚本不起作用,我在 php 文件中使用它

    <script type="text/javascript">
        window.onload = function () {
          var input = document.body.getElementById("thisActive");
          input.focus();
          input.select();
        }
    </script>

这是工作 http://cartoon.22web.org/watch/s-watch/index.php

页面加载完成后,脚本指定link到页面 ===========================

但是这里使用了多个页面http://wassim-al-ahmad.22web.org

未选择页面已选择

只需将 window 转换为 document,如下所示:

document.onload = function () {
    var input = document.body.getElementById("thisActive");
    input.focus();
    input.select();
}

JQuery版本

$(document).ready(function () {
    ...
});

您已经看到了代码和优先级的原因您在代码的开头使用了 JavaScript,然后使用 [=12] 创建了一个菜单 select 来自数据库的项目=] 多页必须使用代码末尾的脚本

使用PHP从当前显示的页面顺序开始查看数据库中的数据。您不需要使用您在 HTML 代码中输入的脚本。

我有同样的问题只是你必须改变你的主机如果你使用免费主机你必须将主机更改为