Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. 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

    I would mark it as "solved" if I could find the "solved" button.
  2. W

    JavaScript Transfer of control problem

    It helped a WHOLE LOT!! Thank you very much. Thanks to you, I learned much about loops. I could have spent the rest of my life trying to find the problem. You spotted it quickly, and I like your solution. I also will take your advice re the use of functions and "===" vs "==". I wish you a merry...
  3. 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...
  4. 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