When trying to read wikipedia from VB6 using the internet transfer control component, the page I get back appears to tell me that I do not have java enabled or loaded. (It works fine from all my browsers.) Is there some way to work around and get the page that I ask for directly using the .openURL call?
CODE
strWebStr = frmACCI.Inet1.OpenURL("http://en.wikipedia.org/wiki/Ty_Cobb")