
-----------------------------------
Lazarus
Wed May 18, 2005 12:08 pm

Browser/Turing sort of thingy... Help?
-----------------------------------
I really have no idea what I'm doing, but I know what I want to be done. Maybe someone can help me out. You may be aware of N2H2, otherwise known as BESS and NetNanny, if you don't know what this is, it's an internet filter....

It is installed on the IE browsers, and blocks certain URLs from being loaded.  I was looking in the OOT help files and found this

var url : string
        put "Enter the URL to load: " ..
        get url 
        
        var netStream : int
        var line : string
        
        netStream := Net.OpenURLConnection (url)
        if netStream 