Not able to scrape a site which uses JavaScript

Hi Screen Scrapper Team,

We are having a trouble scrapping a page which uses JavaScript after page load. It says "JavaScript is not enable". We have analyzed the script and found that the page which is throwing an error having JavaScript inside which modify the URL after page is loaded. We have also tried to hit the URL which JavaScript does, but no luck. Below is the URL for your reference:
http://forms.ceredigion.gov.uk/ufs/ufsmain?formid=DESH_PLANNING_APPS&ebd=0&ebp=10&ebz=1_1414647399403

Awaiting for your response.

Regards,
Barnali.

Screen-scraper does not run

Screen-scraper does not run JavaScript. Generally when you see that error, the JavaScript is making an HTTP request. You need to make a scrapeableFile to make the same, and the data will be returned in JavaScript, JSON, XLM or HTML.