I have an idea this post will sound confusing, so please bear with me. My app makes a makeRequest call to fetch a page from a website and in the callback, the response is written into a div. This response text has a link which when clicked makes a makeRequest to fetch another page from the website. When...