
-----------------------------------

Sun May 21, 2006 9:18 pm

Why Can't I View Page Data?
-----------------------------------
Basically in the end I want to find out how to email from Turing, but meanwhile, I've been trying to establish a connection to webpages, which is what I think I have to do. But when I view data, it shows that I've gotten an error, like when I type in a wrong webpage. Or if I enter google.ca or gmail.com, it gives me nothing! 


var winID1 := Window.Open ("title: Web Browser")
var url : string
put "Enter the URL to load: " ..
get url

var line : string
put "Connecting to ", url
var netStream := Net.OpenURLConnection (url)

if netStream 