-
Weird Error
Ok. So what im doing might seem a little strange, but I receive this error and want to know how to fix it.
I am using the Inet control.
Heres the code
Code:
Dim Contents As String
Contents = Inet.OpenURL("http://images.google.com/images?q=" & txtSearch.Text & "&svnum=100&hl=en&lr=&c2coff=1&rls=DVXA,DVXA:2005-15,DVXA:en&start=0&sa=N&filter=0")
RichTextBox1 = Contents
Instead of displaying what the HTML really is in the rich text box.. It displays this.
Your client does not have permission to get URL images?q=naruto&svnum=100&hl=en&lr=&c2coff=1&rls=DVXA,DVXA:2005-15,DVXA:en&start=21&sa=N&filter=0
any ideas how to get around this?
-
Re: Weird Error
Probably a referrer issue - i.e. the request must come from the google.com main search page first....