HTMLViewer based project

If I place in the URL of a running application:
https://forum.xojo.com

I come to the forum (Windows XP, 8.1)

If I put:
http://news.google.com/newspapers?nid=ZuSUVyMx-TgC&dat=19381024&printsec=frontpage&hl=en

Nothing happens, I get in the URL TextField:
javascript:""

Someone have an idea ?

BTW: the URL is valid and works on FireFox on both platforms !

The relevant code is:

HTML.LoadURL(TextField1.Text)

Any idea on why this does not works nor in Windows XP nor in Windows 8.1 (two different laptops) ?

You probably need to set the user agent. Some sites use that to determine which site to show, and if it’s not set, it thinks you’re not a browser.