Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. W

    JavaScript Transfer of control problem

    Suppose 5 html files (A, B, C, D, and E) comprise a website. File A is the index.html file. File C contains a Javascript section (i.e., <script> ... </script>). While I’m within the Javascript section, I want to transfer control to html file D. I tried to do it with (window.location = 'File...
  2. W

    JavaScript A transfer of control problem

    Suppose 5 html files (A, B, C, D, and E) comprise a website. File A is the index.html file. File C contains a Javascript section (i.e., <script> ... </script>). While I’m within the Javascript section, I want to transfer control to html file D. I tried to do it with (window.location = 'File...
Back
Top Bottom