dadamssg Posted August 21, 2010 Share Posted August 21, 2010 I'm trying to create a mac widget and i mistakenly thought i could use php to do what i want. I'm trying to figure out how to scrape a certain element with an id and display it using only javascript. something like... function screenscrape(url, elementid) //code to find that element id from the provided url and display it { any help would be MUCH appreciated! Quote Link to comment Share on other sites More sharing options...
Adam Posted August 25, 2010 Share Posted August 25, 2010 You're going to struggle, JavaScript (using AJAX technology) can only make requests to pages on the same server. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.