Re: NSURLConnection and JavaScript

2008-08-28 Thread Andrew Farmer
On 28 Aug 08, at 01:38, dexter morgan wrote: I'm using NSURLConnection to download a web page. Unfortunatly some particular pages detects JavaScript compatibility so the result data is something like "you cannot see this page because you have not js enabled". Is there any way to workaround this "

NSURLConnection and JavaScript

2008-08-28 Thread dexter morgan
Hello guys, I'm using NSURLConnection to download a web page. Unfortunatly some particular pages detects JavaScript compatibility so the result data is something like "you cannot see this page because you have not js enabled". Is there any way to workaround this "problem"? Thank you so much ___