I want to make a screen scraping exactly the same idea as this one http://www.vimeo.com/1626505 What i want know is how to do so? - When the user click on the bookmarklet, it will send to my server the URL then my server will get back to the client page with the scrapping javascript files which will load with the iframe load, the java script will scrap the data on the current page and put on the iframe.
OR - The Bookmarklet will send my server just the URL, and my server will open the url using .Net code and scrap it, get from it the needed data, then send to the client the iframe filled with the right data.
Which is right? or there is another way? and why its right not the another one?