Search code examples
javascriptphpselectfocusmultipage

Select an item or link


Sometimes this script does not work, I am using it in a php file

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

here is work http://cartoon.22web.org/watch/s-watch/index.php

After the page load is complete, the script specifies the link to the page ===========================

But here using multiple pages http://wassim-al-ahmad.22web.org

not selected page selected


Solution

  • i had the same problems just you have to change your host if you used free host you must change the host to