My task involves utilizing AJAX to request a random string consisting of 10 numbers from an asp page. The numbers must be delimited by "||" and displayed in a table format.
The table is designed to showcase only the top 10 results, with each new row adding to the top while pushing the bottom row out.
Although I have successfully achieved this setup, my main hurdle now revolves around automatically updating the table results using AJAX without needing manual refreshes.
Note that I am restricted from using jQuery for this project.