lakeside12
Programmer
Hello there
can I automatically redirect a website output to a file instead of displaying on screen
There are a number of websites that serve up useful links that can be used on a after sales page etc
I want to find a way to extract these useful links and save them to a HTML file, nothing fancy, just save everything to a file. BUT This has to be automatic
Fro example say there is a website that delivers useful links based on a persons Zipcode. I want to be able to save those links automatically for example
Inside Wrapper.,html I woudl pass the Zipcode to the UsefulLinks.html website and somehow capture the displayed webpage and save it to disk
Similar to the old msDos days when you could >> to a file rather then display on screen
Many Thanks
can I automatically redirect a website output to a file instead of displaying on screen
There are a number of websites that serve up useful links that can be used on a after sales page etc
I want to find a way to extract these useful links and save them to a HTML file, nothing fancy, just save everything to a file. BUT This has to be automatic
Fro example say there is a website that delivers useful links based on a persons Zipcode. I want to be able to save those links automatically for example
Inside Wrapper.,html I woudl pass the Zipcode to the UsefulLinks.html website and somehow capture the displayed webpage and save it to disk
Similar to the old msDos days when you could >> to a file rather then display on screen
Many Thanks