I have been using
$autoComplete = file_get_contents("stackoverflow.com");
When using PHP, but I now need a Javascript equivalent. Is there one..
I need to read a txt file that is accessed via URL..
I obviously have been googling, but nothing seems to work.
Any help would be great..