I have a web browser which loads a web page (nomad.tdzk.com) and encouters 3 errors while doing it. i have loaded the same page in both IE6 and firefox and had no problems at all... here is the code to see the error for urselves:

VB Code:
  1. Private Sub Form_Load()
  2. WebBrowser1.Navigate "http:\\nomad.tdzk.com"
  3. End Sub

(just add a web browser control)

any suggestions?