Let's say I want to write a script to go to a certain Wikipedia page, and then copy and save some text/images into a database (jquery ajax or whatever).
How do I get my script to connect to a website like http://en.wikipedia.org/wiki/Rock_and_roll and then start doing stuff like:
var body_text = document.getElementById(....);
Hope I explained my goal well enough.
Cheers.