For Next | While Wend Observation

It looks like what is happening is that Xojo is sending all the MessageBox, that’s why is darker than normal around the MessageBox with a 4:


Edit: you can have the same behavior in Web 2.0 as in Web 1.0 by using JavaScript Alerts:

For i As Integer = 1 To 5
  Me.ExecuteJavaScript("alert('" + Str(i) + "');")
Next